mcp server find for Grok
io.github.daedalus/mcp-server-find
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
client:Grok
transport:stdio
runtime:pypi
Install mcp server find in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-find": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-find"
]
}
}
}
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