jira-mcp-server

bohunn/jira-mcp-server
★ 0 stars Java 🔌 API Integration Updated 6d ago
Spring Boot MCP Server for JIRA Rest API as MCP Tool
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": "npx",
      "args": [
        "-y",
        "bohunn/jira-mcp-server"
      ]
    }
  }
}