shouldigo surf for Grok
io.github.orlench/shouldigo-surf
MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide
client:Grok
transport:stdio
runtime:npm
Install shouldigo surf in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"shouldigo-surf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shouldigo-surf-mcp"
]
}
}
}
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