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).
Run
npx -y @bhuvnsh/mcp-mapmyindia
MCP client config
{
"mcpServers": {
"mcp-mapmyindia": {
"command": "npx",
"args": [
"-y",
"@bhuvnsh/mcp-mapmyindia"
]
}
}
}