mcpbeat Sign in

Buddy MCP Server

local only

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

Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex.

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 18 · avg 8 · +17% w/w
a month agotoday
49
Installs / week
npm · @lyellr88/buddy-mcp
0
Stars
0 open issues
9 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const child = spawn(runtime, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 buddy-mcp -- npx -y @lyellr88/buddy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "buddy-mcp": {
      "args": [
        "-y",
        "@lyellr88/buddy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.buddy-mcp]
command = "npx"
args = ["-y", "@lyellr88/buddy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "buddy-mcp": {
      "args": [
        "-y",
        "@lyellr88/buddy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "buddy-mcp": {
      "args": [
        "-y",
        "@lyellr88/buddy-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Buddy MCP

same job, measured the same way
Agent Cost MCP
by vk0dev

Cost Guard for Claude Code: per-tool ROI, subagent attribution, anomaly/forecast/budget guards.

133 installs/wk local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

82 installs/wk local only
brain — the recorder
by mordechaipotash

Records your Claude Code, Codex and Pi history before deletion. Cited-or-abstain recall.

297 installs/wk local only
Codex Delegate
by andreilungeanu

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

155 installs/wk local only
Skill Builder MCP
by dmzagent

Search the skill-builder registry and auto-install skills for Claude Code, Cursor, and Codex.

47 installs/wk local only
Contextatlas
by traviswye

Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.

51 installs/wk local only
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

48 installs/wk local only
G
Capitolguide
by capitol

Navigate the U.S. Capitol complex: decode room codes, route buildings, check access, amenities.

9 tools answering

Buddy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Buddy MCP?
Buddy 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 @lyellr88/buddy-mcp was installed 49 times last week.
Is Buddy MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Buddy 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 @lyellr88/buddy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Buddy MCP?
The npm package @lyellr88/buddy-mcp was installed 49 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Buddy MCP 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.