Skip to content
Grok

mcp jira stdio for Grok

io.github.freema/mcp-jira-stdio

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

client:Grok transport:stdio runtime:npm

Install mcp jira stdio 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": {
    "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>"
      }
    }
  }
}

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

mcp jira stdio in other clients