Skip to content
Cursor

ERDDAP MCP Server for Cursor

io.github.mansurjisan/erddap-mcp

Access ocean data from 80+ ERDDAP servers worldwide

client:Cursor transport:stdio runtime:pypi

Install ERDDAP MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "erddap-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "erddap-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ERDDAP MCP Server in other clients