WebMCP Today for Grok
io.github.robertn702/webmcp-today
Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.
client:Grok
transport:stdio
runtime:npm
Install WebMCP Today in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"webmcp-today": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<WEBMCP_TODAY_API_KEY>"
}
}
}
}
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