Skip to content
Claude Desktop

Jira Cloud for Claude Desktop

io.github.aaronsb/jira-cloud

MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields

client:Claude Desktop transport:stdio runtime:npm

Install Jira Cloud in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "jira-cloud": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/jira-cloud-mcp"
      ],
      "env": {
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_HOST": "<JIRA_HOST>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Jira Cloud in other clients