mcp-jira-server

r-kitaev/mcp-jira-server
★ 2 stars TypeScript 🔌 API Integration Updated today
Comprehensive MCP server for Jira integration with Claude Code
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": {
    "mcp-jira-server": {
      "command": "npx",
      "args": [
        "-y",
        "r-kitaev/mcp-jira-server"
      ]
    }
  }
}