mockmcp for Grok
io.github.k-cupples/mockmcp
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
client:Grok
transport:streamable-http
Install mockmcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mockmcp": {
"type": "http",
"url": "https://mockmcp.io/mcp"
}
}
}
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