Skip to content
Cursor

nyc311 mcp for Cursor

io.github.mrfentmen/nyc311-mcp

Use this MCP server to NYC 311 public service request search and aggregate civic data. Tools...

client:Cursor transport:stdio runtime:npm

Install nyc311 mcp in Cursor

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

{
  "mcpServers": {
    "nyc311-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "nyc311-mcp"
      ]
    }
  }
}

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

nyc311 mcp in other clients