Jira MCP Server
Atlassian tickets, boards and sprints
Atlassian's official remote MCP server (Rovo) connects Jira, Confluence, Compass and Bitbucket to an AI client — 60+ tools over OAuth, fully managed. Triage issues, update tickets and read docs. Add the hosted endpoint https://mcp.atlassian.com/v1/mcp as a remote connector; for stdio-only clients use the mcp-remote bridge below. Targets Atlassian Cloud.
Install Jira MCP Server
Paste into claude_desktop_config.json
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/mcp"
]
}
}
}Run in your terminal
claude mcp add jira -- npx -y mcp-remote https://mcp.atlassian.com/v1/mcp Paste into .cursor/mcp.json
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.atlassian.com/v1/mcp"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 2,200
- Maintainer
- Atlassian (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.