Skip to content
Grok

jira mcp for Grok

io.github.raalarcon9705/jira-mcp

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

client:Grok transport:stdio runtime:npm

Install jira mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

jira mcp in other clients