jira-mcp-server

ronidas39/jira-mcp-server
★ 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.

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