Odel
shouldigo surf mcp

shouldigo surf mcp

Local
@orlench1JavaScriptMITUpdated 6mo ago

MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshouldigo-surf-mcpv1.0.2

Run

npx -y shouldigo-surf-mcp

MCP client config

{
  "mcpServers": {
    "shouldigo-surf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shouldigo-surf-mcp"
      ]
    }
  }
}