Skip to content
Cursor

jira mcp for Cursor

io.github.xcollantes/jira-mcp

Feature-rich MCP for controlling Jira through LLM clients. Safe for corporate environments.

client:Cursor transport:stdio runtime:pypi

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": "uvx",
      "args": [
        "jira-tools-mcp"
      ],
      "env": {
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_AUTH_TYPE": "<JIRA_AUTH_TYPE>"
      }
    }
  }
}

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