Skip to content
Cursor

mappls mcp for Cursor

io.github.amanmakesstuff/mappls-mcp

MCP server for Mappls (MapMyIndia) — India-first maps API for AI agents

client:Cursor transport:stdio runtime:npm

Install mappls 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": {
    "mappls-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "env": {
        "MAPPLS_API_KEY": "<MAPPLS_API_KEY>"
      }
    }
  }
}

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

mappls mcp in other clients