tom28881/mcp-jira-server
Comprehensive TypeScript MCP server for Jira with 20+ tools covering complete project management workflow: issue CRUD, sprint management, comments/history, attachments, batch operations.
Quick Start
Clone the repository:
git clone https://github.com/tom28881/mcp-jira-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"tom28881/mcp-jira-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.