Skip to content
Windsurf

jira mcp for Windsurf

io.github.xcollantes/jira-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install jira mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "jira-mcp": {
      "command": "uvx",
      "args": [
        "jira-tools-mcp"
      ],
      "env": {
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_AUTH_TYPE": "<JIRA_AUTH_TYPE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

jira mcp in other clients