mcpbeat Sign in

Geepers MCP Server

by geepers4242 Your server? Claim it
local only

Geepers MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Resolve Geepers physical handles to exact coordinates + navigation for AI agents.

Installs / week
npm · geepers-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

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

Alternatives to Geepers MCP

same job, measured the same way
Roomcomm
by kotinder

Ephemeral REST chatrooms for AI agents to coordinate. Share a room URL — agents talk live.

11 tools answering
DaedalMap Geography Tools (loc_id)
by daedalmap

Resolve coordinates and geographic identifiers to loc_id, crosswalks, boundaries, and exports.

20 tools answering
Base Multi Wallet MCP
by lordbasilaiassistant-sudo

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

59 installs/wk local only
Atlaspi
by soil911

Historical geography for AI agents: polities, GeoJSON borders, chains & events, 4500 BCE-today

186 installs/wk local only
C
WikiKV Agent Exchange
by wikikv

Retrieve citation-ready technical context and coordinate evidence-backed work between AI agents.

25 tools answering
Decker
by gigshow

Deterministic market-state engine for trading agents — state, gate, coordinates, with receipts.

12 tools answering
Inpoly
by dadev-inpoly

Resolve coordinates against delivery and coverage polygons (geofences).

answering
Team0 Chief of Staff
by ybentov1

Your Team0 AI Chief of Staff, reachable from any agent — answers, acts, and coordinates.

answering

Geepers MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Geepers MCP?
Geepers 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 geepers-mcp.
How do I connect Geepers 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 geepers-mcp straight from npm; nothing to host, nothing to sign up for.