ForgeMesh Utility Grid MCP for Grok
io.github.forgemeshlabs/utility-grid-mcp
Discover and call 400+ practical APIs through six MCP tools with free search and x402 payments.
client:Grok
transport:stdio
runtime:npm
Install ForgeMesh Utility Grid MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"utility-grid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/utility-grid-mcp"
],
"env": {
"WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>",
"UTILITY_GRID_BASE_URL": "<UTILITY_GRID_BASE_URL>"
}
}
}
}
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