jira-mcp-server

hieutv-dng/jira-mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 8d ago
MCP Server for Jira integration with Claude AI - list issues, log work, update, create
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",
        "hieutv-dng/jira-mcp-server"
      ]
    }
  }
}