wet mcp for Grok
io.github.n24q02m/wet-mcp
Open-source MCP server for AI agents: web search, content extraction, and library docs.
client:Grok
transport:stdio
runtime:pypi
Install wet mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wet-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wet-mcp"
],
"env": {
"API_KEYS": "<API_KEYS>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
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