Skip to content
Cursor

mcp jira stdio for Cursor

io.github.freema/mcp-jira-stdio

MCP server for Jira Cloud — issues, search, comments, attachments, transitions.

client:Cursor transport:stdio runtime:npm

Install mcp jira stdio 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": {
    "mcp-jira-stdio": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-stdio"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "MCP_REDACT_SENSITIVE": "<MCP_REDACT_SENSITIVE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

mcp jira stdio in other clients