mcpbeat Sign in

MCP Mapmyindia MCP Server

local only

MCP Mapmyindia runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 20 Mar 2026.

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

Installs per day peak 14 · avg 6 · +100% w/w
a month agotoday
49
Installs / week
npm · @bhuvnsh/mcp-mapmyindia
0
Stars
0 open issues
20 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Mapmyindia every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-mapmyindia -- npx -y @bhuvnsh/mcp-mapmyindia
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-mapmyindia": {
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-mapmyindia]
command = "npx"
args = ["-y", "@bhuvnsh/mcp-mapmyindia"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-mapmyindia": {
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-mapmyindia": {
      "args": [
        "-y",
        "@bhuvnsh/mcp-mapmyindia"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAPPLS_API_KEY (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 (Mappls OAuth client secret (used with CLIENT_ID)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Mapmyindia

same job, measured the same way
Mappls MCP
by amanmakesstuff

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

39 installs/wk local only
MCP Server MCP Registry
by formulahendry

MCP Server for MCP Registry to discover and search for available MCP servers in the registry

30 installs/wk local only
MCP Registry Server
by com-mcp

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

3 tools answering
llmsmap.me International Directory
by arseniigruzdev

Read-only search and discovery for the international llms.txt directory maintained by llmsmap.me.

2 tools answering
Google Search Console MCP
by a1-x-tech

MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.

112 installs/wk local only
Google Maps MCP Server
by cablate

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

3 246 installs/wk local only
Powerbi
by asklokesh

MCP server for Power BI API integration

56 installs/wk local only
Pexels MCP Server
by hanoak

MCP server for the Pexels API: search & fetch stock photos, videos, and collections.

61 installs/wk local only

MCP Mapmyindia — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Mapmyindia?
MCP Mapmyindia runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bhuvnsh/mcp-mapmyindia was installed 49 times last week.
How do I connect MCP Mapmyindia?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bhuvnsh/mcp-mapmyindia straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Mapmyindia?
The npm package @bhuvnsh/mcp-mapmyindia was installed 49 times in the last week. Week over week that is +100%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Mapmyindia open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.