jira-mcp-server

cjones88a/jira-mcp-server
★ 0 stars Python 🔌 API Integration Updated today
Jira Cloud MCP server (FastMCP): sprints, backlog, velocity, blockers, PM summaries
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jira-mcp-server": {
      "command": "uvx",
      "args": [
        "jira-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install jira-mcp-server