mcp all for Grok
io.github.antonytm/mcp-all
A Model Context Protocol server to run other MCP servers
client:Grok
transport:stdio
runtime:npm
Install mcp all in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-all": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@antonytm/mcp-all"
],
"env": {
"TRANSPORT": "<TRANSPORT>"
}
}
}
}
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