Skip to content
Grok

mcp jira scoped for Grok

io.github.deepwired/mcp-jira-scoped

Jira MCP server with scoped API tokens via api.atlassian.com gateway

client:Grok transport:stdio runtime:npm

Install mcp jira scoped 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-scoped": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-jira-scoped"
      ],
      "env": {
        "JIRA_INSTANCE": "<JIRA_INSTANCE>",
        "JIRA_USER_EMAIL": "<JIRA_USER_EMAIL>",
        "JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
        "JIRA_SCOPES": "<JIRA_SCOPES>",
        "JIRA_CLOUD_ID": "<JIRA_CLOUD_ID>"
      }
    }
  }
}

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 scoped in other clients