jira_mcp_server

mrsutharsuresh/jira_mcp_server
★ 1 stars TypeScript 🤖 AI/LLM Updated today
A MCP server to give JIRA access to Agents
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",
        "mrsutharsuresh/jira_mcp_server"
      ]
    }
  }
}