atlassian dc mcp confluence for Grok
io.github.mrrefactoring/atlassian-dc-mcp-confluence
MCP server for Atlassian Confluence Data Center - access and manage content
client:Grok
transport:stdio
runtime:npm
Install atlassian dc mcp confluence in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"atlassian-dc-mcp-confluence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"confluence-datacenter-mcp"
],
"env": {
"ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
"CONFLUENCE_HOST": "<CONFLUENCE_HOST>",
"CONFLUENCE_API_BASE_PATH": "<CONFLUENCE_API_BASE_PATH>",
"CONFLUENCE_API_TOKEN": "<CONFLUENCE_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