Skip to content
Cline

mcp mapmyindia for Cline

io.github.bhuvnsh/mcp-mapmyindia

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

client:Cline transport:stdio runtime:npm

Install mcp mapmyindia in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp mapmyindia in other clients