MCPJira

365knoten/MCPJira
★ 4 stars C# 🔌 API Integration Updated 4mo ago
An MCP Server for Jira
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": {
    "mcpjira": {
      "command": "npx",
      "args": [
        "-y",
        "365knoten/MCPJira"
      ]
    }
  }
}