mcpbeat Sign in

EmbedEarth (E2) MCP Server

by paulwxnter Your server? Claim it
local only

EmbedEarth (E2) runs on your own machine — the client starts it, so there is no endpoint to ping. 619 installs a week from npm. Last commit 17 Sep 2026.

Open-source Google Maps Platform alternative for agents: search, route, map, geocode, and compute.

Installs per day peak 619 · avg 20
a month agotoday
619
Installs / week
npm · @embedearth/mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: E2_API_KEY (Optional EmbedEarth API key from embed.earth. Raises Cloud Search, Compute, and Route limits from 60 to 2,000 requests per minute and is required for street-level imagery.), ROUTE_URL (Optional URL of a custom routing service compatible with the E2 route API. Defaults to the first-party routing endpoint.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to EmbedEarth (E2)

same job, measured the same way
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
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
SearchForge
by divyanshu-iitian

Free open-source web search and page reading for LLMs, AI agents, and RAG.

local only
Google Maps
by mcparmory

Geocode addresses, calculate directions, and search places with maps and routing

222 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Platform AI
by ryanbaumann

Google Maps Platform Code Assist MCP

339 installs/wk local only
fastCRW
by us

Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.

answering
Google Ads Intent MCP
by davidmosiah

Dry-run-first Google Ads search-term intent analyzer and negative-keyword MCP for agents.

142 installs/wk local only

EmbedEarth (E2) — questions

Answers built from our own checks of this server.

Why is there no uptime for EmbedEarth (E2)?
EmbedEarth (E2) 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 @embedearth/mcp was installed 619 times last week.
How do I connect EmbedEarth (E2)?
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 @embedearth/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use EmbedEarth (E2)?
The npm package @embedearth/mcp was installed 619 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EmbedEarth (E2) open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 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.