Skip to content
Windsurf

tides mcp for Windsurf

io.github.mrfentmen/tides-mcp

Use this MCP server to NOAA tides and currents predictions and water levels. Tools include get...

client:Windsurf transport:stdio runtime:npm

Install tides mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

tides mcp in other clients