Odel
mcp mapmyindia

mcp mapmyindia

Local
@bhuvnshTypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bhuvnsh/mcp-mapmyindiav0.1.0

Run

npx -y @bhuvnsh/mcp-mapmyindia

MCP client config

{
  "mcpServers": {
    "mcp-mapmyindia": {
      "command": "npx",
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ]
    }
  }
}