Magg for Grok
io.github.sitbon/magg
Aggregates and proxies other MCP servers, letting LLMs discover, add, and manage tools at runtime.
client:Grok
transport:stdio
runtime:pypi
Install Magg in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"magg": {
"type": "stdio",
"command": "uvx",
"args": [
"magg"
]
}
}
}
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