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
{
"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