Skip to content
Zed

mcp mapmyindia for Zed

io.github.bhuvnsh/mcp-mapmyindia

MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.

client:Zed transport:stdio runtime:npm

Install mcp mapmyindia in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-mapmyindia": {
      "command": "npx",
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "env": {
        "MAPPLS_API_KEY": "<MAPPLS_API_KEY>",
        "MAPPLS_CLIENT_ID": "<MAPPLS_CLIENT_ID>",
        "MAPPLS_CLIENT_SECRET": "<MAPPLS_CLIENT_SECRET>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp mapmyindia in other clients