Everything for Grok
io.github.modelcontextprotocol/server-everything
Reference test server that exercises every MCP feature: tools, resources, prompts, sampling, logging and progress. Useful for testing clients, not for production.
client:Grok
transport:stdio
runtime:npm
tools:8
Install Everything in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"server-everything": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
]
}
}
}
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