Skip to content
Cursor

jira-mini-mcp for Cursor

io.github.proprock/jira-mini-mcp

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

client:Cursor transport:stdio runtime:pypi

Install jira-mini-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-mini-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "jira-mini-mcp"
      ],
      "env": {
        "JIRA_BASE_URL": "<JIRA_BASE_URL>",
        "JIRA_AUTH_METHOD": "<JIRA_AUTH_METHOD>",
        "JIRA_EMAIL": "<JIRA_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_OAUTH_CLIENT_ID": "<JIRA_OAUTH_CLIENT_ID>",
        "JIRA_OAUTH_CLIENT_SECRET": "<JIRA_OAUTH_CLIENT_SECRET>",
        "READ_ONLY_MODE": "<READ_ONLY_MODE>",
        "STRUCTURED_OUTPUT": "<STRUCTURED_OUTPUT>",
        "DISABLE_STRUCTURED_OUTPUT": "<DISABLE_STRUCTURED_OUTPUT>"
      }
    }
  }
}

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

jira-mini-mcp in other clients