← Index

io.github.AmanMakesStuff/mappls-mcp

io.github.AmanMakesStuff/mappls-mcp·v2.0.0·Maps & Location
Quality Score
85
/100

MCP server for Mappls (MapMyIndia) — India-first maps API for AI agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mappls-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "env": {
        "MAPPLS_API_KEY": "<your-mappls_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mappls-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "env": {
        "MAPPLS_API_KEY": "<your-mappls_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mappls-mcp
§02  Environment variables
MAPPLS_API_KEY
requiredsecret

Your Mappls static API key — get it at https://maps.mappls.com/api

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Maps & Location