← Index

io.github.bhuvnsh/mcp-mapmyindia

io.github.bhuvnsh/mcp-mapmyindia·v0.1.0·Search
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-mapmyindia": {
      "command": "npx",
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "env": {
        "MAPPLS_API_KEY": "<your-mappls_api_key>",
        "MAPPLS_CLIENT_ID": "<mappls_client_id>",
        "MAPPLS_CLIENT_SECRET": "<your-mappls_client_secret>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-mapmyindia": {
      "command": "npx",
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "env": {
        "MAPPLS_API_KEY": "<your-mappls_api_key>",
        "MAPPLS_CLIENT_ID": "<mappls_client_id>",
        "MAPPLS_CLIENT_SECRET": "<your-mappls_client_secret>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @bhuvnsh/mcp-mapmyindia
§02  Environment variables
MAPPLS_API_KEY
secret

Mappls API key — get one free at https://apis.mappls.com

MAPPLS_CLIENT_ID

Mappls OAuth client ID (alternative to API key)

MAPPLS_CLIENT_SECRET
secret

Mappls OAuth client secret (used with CLIENT_ID)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search