Skip to content
Claude Desktop

atlassian dc mcp jira for Claude Desktop

io.github.mrrefactoring/atlassian-dc-mcp-jira

MCP server for Atlassian Jira Data Center - search, view, and create issues

client:Claude Desktop transport:stdio runtime:npm

Install atlassian dc mcp jira 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": {
    "atlassian-dc-mcp-jira": {
      "command": "npx",
      "args": [
        "-y",
        "jira-datacenter-mcp"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "JIRA_HOST": "<JIRA_HOST>",
        "JIRA_API_BASE_PATH": "<JIRA_API_BASE_PATH>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>"
      }
    }
  }
}

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

atlassian dc mcp jira in other clients