jira-mini-mcp for Grok
io.github.proprock/jira-mini-mcp
Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.
client:Grok
transport:stdio
runtime:pypi
Install jira-mini-mcp in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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