Back to MCP Servers
🔌

nguyenvanduocit/jira-mcp

MITAPI key required

🏎️ ☁️ - A Go-based MCP connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operatio

GoDev Tools

Install

npx -y nguyenvanduocit-jira-mcp

Required environment variables

ATLASSIAN_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "nguyenvanduocit-jira-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nguyenvanduocit-jira-mcp"
      ],
      "env": {
        "ATLASSIAN_TOKEN": "<YOUR_ATLASSIAN_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.