The Plug
⭐ FeaturedVerifiedMaps & Geo

Interactive Map

Leaflet-based maps with pins, search, and geospatial data exploration

M
MCP Official✓ Verified

Official Model Context Protocol organization

Interactive Map preview

Explore maps directly in your AI conversation. Add pins, search locations, draw regions, and analyze geospatial data — all rendered as an interactive Leaflet map inside the chat window.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "map-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-map-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "map-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-map-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "map-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-map-server"
        ]
      }
    }
  }
}

Stats

Rating
4.6(14)
Installs
487
Views
3,200
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/interactive-map.svg)](https://getmcpapps.com/apps/interactive-map)