Remote OpenClaw for Grok
io.github.aidevelopers2/remoteopenclaw-mcp
Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.
client:Grok
transport:stdio
runtime:npm
Install Remote OpenClaw in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remoteopenclaw-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remoteopenclaw"
]
}
}
}
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