Skip to content
Cursor

mcp atlas for Cursor

io.github.leoyrh/mcp-atlas

Owner and APN lookup across 171 verified US county parcel ArcGIS endpoints. No API key needed.

client:Cursor transport:stdio runtime:npm

Install mcp atlas in Cursor

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

{
  "mcpServers": {
    "mcp-atlas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@urbankitstudio/mcp-atlas"
      ]
    }
  }
}

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

mcp atlas in other clients