jira-mcp-server

redhat-community-ai-tools/jira-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 8d ago
Model Context Protocol (MCP) server for Jira integration with AI assistants like Claude Code and Cursor. Enables natural language interaction with Jira for creating issues, searching, linking, and workflow automation.
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