Skip to content
Cursor

jira mcp for Cursor

io.github.raalarcon9705/jira-mcp

Jira & Confluence MCP: 24 tools for issues, sprints, comments, transitions & wiki. Run via npx.

client:Cursor transport:stdio runtime:npm

Install jira mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "jira-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "raalarcon-jira-mcp-server"
      ],
      "env": {
        "JIRA_HOST": "<JIRA_HOST>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jira mcp in other clients