MCP server for Jira and Confluence integration. 32 tools for tickets, sprints, boards, worklogs, and Confluence pages. Supports Jira Cloud and Server/Data Center.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"TarasKhust/jira-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jira-mcp-server npx -y TarasKhust/jira-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "npx",
"args": [
"-y",
"TarasKhust/jira-mcp-server"
]
}
}
}
📋 Copy