mcp mapmyindia for Cursor
io.github.bhuvnsh/mcp-mapmyindia
MCP server for India maps - place search, nearby discovery, & directions powered by the Mappls API.
client:Cursor
transport:stdio
runtime:npm
Install mcp mapmyindia in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-mapmyindia": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs