Skip to content
Cursor

USGS Water Services MCP Server for Cursor

io.github.mansurjisan/usgs-mcp

USGS Water Services streamflow, flood stages, and peak events via waterservices.usgs.gov

client:Cursor transport:stdio runtime:pypi

Install USGS Water Services MCP Server in Cursor

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

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

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

USGS Water Services MCP Server in other clients