Confluence Cloud for Grok
io.github.aaronsb/confluence-cloud
MCP server for Confluence Cloud — page editing, navigation, and content management
client:Grok
transport:stdio
runtime:npm
Install Confluence Cloud in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"confluence-cloud": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aaronsb/confluence-cloud-mcp"
],
"env": {
"CONFLUENCE_API_TOKEN": "<CONFLUENCE_API_TOKEN>",
"CONFLUENCE_EMAIL": "<CONFLUENCE_EMAIL>",
"CONFLUENCE_HOST": "<CONFLUENCE_HOST>"
}
}
}
}
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