Skip to content
Cursor

bharatlas mcp for Cursor

io.github.urbanmorph/bharatlas-mcp

Query India's open geo data. Locate, filter, nearby search across layers.

client:Cursor transport:stdio runtime:npm

Install bharatlas mcp in Cursor

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

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

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

bharatlas mcp in other clients