atlassian dc mcp jira for Grok
io.github.b1ff/atlassian-dc-mcp-jira
MCP server for Atlassian Jira Data Center - search, view, and create issues
client:Grok
transport:stdio
runtime:npm
Install atlassian dc mcp jira in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"atlassian-dc-mcp-jira": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
"JIRA_HOST": "<JIRA_HOST>",
"JIRA_API_BASE_PATH": "<JIRA_API_BASE_PATH>",
"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