mcpbeat Sign in

Mappls MCP Server

by amanmakesstuff Your server? Claim it
local only

Mappls MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 5 May 2026.

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

Installs per day peak 23 · avg 9 · +2% w/w
a month agotoday
39
Installs / week
npm · mappls-mcp
3
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Mappls MCP 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 mappls-mcp -- npx -y mappls-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mappls-mcp": {
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mappls-mcp]
command = "npx"
args = ["-y", "mappls-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mappls-mcp": {
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mappls-mcp": {
      "args": [
        "-y",
        "mappls-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MAPPLS_API_KEY (Your Mappls static API key — get it at https://maps.mappls.com/api). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Mappls MCP

same job, measured the same way
Docbase
by krayinc

DocBase MCP server for AI agents

answering
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Redmine
by vfa-khuongdv

MCP server for Redmine API integration with AI agents.

62 installs/wk local only
MCP Backlog
by vfa-khuongdv

MCP server for Backlog API integration with AI agents.

30 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only
I
Agentos
by officialtanishsharma

Local-first persistent memory MCP server for AI coding agents.

local only
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

68 installs/wk local only

Mappls MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mappls MCP?
Mappls MCP 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 mappls-mcp was installed 39 times last week.
How do I connect Mappls MCP?
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 mappls-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mappls MCP?
The npm package mappls-mcp was installed 39 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mappls MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 3 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.