Skip to content
Cursor

nyc restroom mcp for Cursor

io.github.danielortiz0220/nyc-restroom-mcp

Find NYC public restrooms and their latest Parks inspection status, from NYC Open Data

client:Cursor transport:stdio runtime:npm

Install nyc restroom mcp in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nyc-restroom-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nyc-restroom-mcp"
      ],
      "env": {
        "SOCRATA_APP_TOKEN": "<SOCRATA_APP_TOKEN>",
        "CORELOCATION_CMD": "<CORELOCATION_CMD>"
      }
    }
  }
}

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

nyc restroom mcp in other clients