★ 0 stars
Python
🔍 Search
Updated today
Model Context Protocol server for Atlassian Jira Cloud. Issue CRUD, JQL search, sprints, projects, workflow transitions, and analytics exposed as MCP tools, resources, and prompts.
View on GitHub →
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": "uvx",
"args": [
"jira-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jira-mcp-server uvx jira-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-mcp-server": {
"command": "uvx",
"args": [
"jira-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install jira-mcp-server