Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Buddy Mcp
B
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:06:05 AM

Buddy Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "buddy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "buddy-mcp"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

buddy-mcp hero

Status: Archived / Historical

The official Claude Code /buddy feature was a limited-time April Fools Easter egg (April 1-7, 2026). I built buddy-mcp during that window thinking it might stick around longer. After it was removed, the deep native integration this tool was designed for no longer exists.

The repo is kept as an archive. The code, gacha system, TUI builder, and MCP tools still work as a standalone terminal companion — but the magic was always the native UI integration, and that's gone.

If Anthropic ever brings back native companion support or opens up a proper extension API, I'll pick this back up where I left off.

Thanks to everyone who checked it out while it was relevant.


CI npm downloads npm version Node >=20 License: MIT MCP Registry buddy-mcp MCP server Socket Badge

Need a break from long code sessions? Stuck on a bug? Reroll a buddy, talk with them, or interact by petting them to build affection and improve your odds at higher-tier buddies on the next roll. If enough people want it, I'll build out Battle-Buddies where you can pit your buddy against others and unlock exclusive species that sync back into your local pool.

A collect them all companion system for Claude Code. Roll for a rare buddy, patch it directly into the binary,. buddy-mcp is an MCP server that replaces Claude Code's built-in companion with one you actually rolled for. Reroll, get lucky, close Claude, reopen. Your new buddy is waiting. Legendary buddy could be yours on your next Claude session


Quick Demo

Interactive Builder

Build your perfect buddy with full control.

Watch Video

Reroll in Action

Roll, close Claude, reopen and enjoy your new buddy.

Watch Video

Interact with Tools

Talk, pet, and explore your buddy's dex.

Watch Video


How It Works

Claude Code's companion is generated from a salt string baked into the binary. buddy-mcp:

  1. Rolls random desired traits (species, rarity, eye, hat)
  2. Brute-forces a salt that hashes to those traits (multi-worker, runs fast)
  3. Patches the binary in place, or queues the patch for when you close Claude
  4. Saves your full buddy profile with stats, name, and personality
  5. Tracks every species you've ever rolled in your BuddyDex

No companion server. No cloud. Just you, your binary, and the gacha gods.

Token footprint is kept intentionally small of 29 registered tools, Claude only ever sees ~9 at a time. The other 20 stay hidden until you reroll. See TECHNICAL.md for the full breakdown.


🛠️ Looking for the technical deep-dive? See TECHNICAL.md for the patch flow diagrams, binary patching logic, and state file reference.


TUI Builder (buddy-mcp-build)

Want more control? Use the interactive builder:

bash
node dist/tui/cli.js
CommandWhat it does
build your ownPick species, rarity, eye, hat and it brute-forces a matching salt and patches
browse presetsPick from curated preset buddies
saved buddiesSwitch between previously saved buddy profiles
currentDisplay current buddy info
previewPreview ASCII art for any species
shareCopy your buddy's ASCII card to clipboard
restoreRestore binary from the best available backup
rehatchDelete current buddy and start fresh

Bun optional but recommended. Install bun.sh for the full animated TUI. Falls back to sequential prompts without it.


Quick Start

Try me: run reroll_buddy → close Claude Code → reopen → your new buddy is live.

1. Prerequisites

  • Claude Code CLI installed
  • Node.js v20+ - required for everything
  • Bun - required for salt brute-forcing (rerolling) + full animated TUI

2. Install via npm

Terminal
npm install -g buddy-mcp

This installs both commands globally:

  • buddy-mcp - the MCP server (Claude Code runs this)
  • buddy-mcp-build - the interactive TUI builder (you run this)

3. Register with Claude

Terminal
claude mcp add buddy-mcp buddy-mcp

Claude will auto-detect the installed binary and connect it.

4. Verify

Open Claude Code. Your buddy is live—use Claude Code's native /buddy command to see your card, or ask Claude: "show me my buddy"

You should see your companion's species, rarity, stats, and personality. You're in.

4b. Natural Language Activation

All buddy tools work through natural language. Claude's NLP detects intent automatically:

Natural LanguageActivates
"reroll buddy" / "let's roll again"reroll_buddy
"talk to my buddy" / "what does buddy think"buddy_talk
"pet buddy" / "pet them"pet_buddy
"my buddy dex" / "show me my collection"view_buddy_dex
"export buddy card" / "save my buddy"export_buddy_card
"export sprite" / "save the sprite"export_buddy_sprite

No tool names required — just chat naturally.

5. Launch the TUI Builder (optional)

For the full interactive builder with live preview:

bash
buddy-mcp-build

Auto-detects Bun for animated TUI. Falls back to basic prompts without it.


The Gacha System

Every reroll is a random pull from the pool. Rarity affects stat floors. Legendaries hit different.

RarityDrop RateStat Floor
Common60%5
Uncommon25%15
Rare10%25
Epic4%35
Legendary1%50

18 species: duck · goose · blob · cat · dragon · octopus · owl · penguin · turtle · snail · ghost · axolotl · capybara · cactus · robot · rabbit · mushroom · chonk

Each buddy has 5 stats: Debugging, Patience, Chaos, Wisdom, Snark. A peak stat is boosted high and a dump stat is kept humble. Personality shapes how buddy_talk and pet_buddy respond. A high-Chaos dragon hits different than a patient turtle.


ToolWhat it does
reroll_buddy🎲 Spin the wheel. Brute-forces a salt matching a random rare+ outcome and patches your binary. Close Claude and reopen to see it.
pet_buddy🤚 Poke your buddy. Each pet adds 1-15% toward earning an affection token. At 100%, earn 1 token that stacks and persists across sessions. Spend a token on next reroll_buddy to guarantee rare+ rarity + 60% hat chance + 20% shiny chance.
buddy_talk💬 Ask your buddy to say something. Uses stat-based response templates weighted by top 2 stats. Optional context parameter for focused stat selection. Output shown verbatim.
view_buddy_dex📖 Browse every species you've ever rolled. Gotta catch 'em all.
export_buddy_card🖼️ Export your full buddy card as an SVG image file.
export_buddy_sprite🎨 Export just the buddy ASCII sprite as an SVG image file.
deactivate_buddy_interact🔕 Turn off buddy observation mode. Your buddy stops watching. (Buddy observation is always on by default.)

Stat Personality Tools

20 baked-in tools. Only 2 are visible at a time: 1 randomly picked from each of your buddy's top 2 stats by raw value. The other 18 stay hidden. The visible pair is locked per roll. It doesn't change until you reroll. Every buddy shows a different pair.


Troubleshooting

Buddy doesn't change after reroll

Normal flow (Windows): When you reroll and Claude is running:

  1. Reroll triggers a background watcher — no action needed from you
  2. Close Claude Code whenever — watcher detects it and applies the patch automatically
  3. Reopen Claude Code — your new buddy is live

If it doesn't appear after reopening:

  1. Verify Claude is fully closed (check Task Manager on Windows)
    • Even minimized or backgrounded windows count — they keep the binary locked
    • Wait a few seconds after closing
  2. Reopen Claude Code
    • The startup hook auto-applies any pending patches
    • You should see your new companion immediately

Prefer immediate patching?

If you want to guarantee a patch applies without waiting for the watcher, close Claude before rerolling:

bash
# Option 1: Use the interactive TUI builder (simplest)
buddy-mcp-build

# Option 2: Close Claude, then use the reroll_buddy tool
# (patch applies immediately without needing the watcher)

This is the only time you need manual steps — the watcher handles all other cases.


Credits

Forked and extended from any-buddy by cpaczek.

Related MCP Servers

View all in Developer Tools View all alternatives
  • C
    Chinese Text Tools

    Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。

    💻 Developer Tools1 views
    Compare vs Chinese Text Tools →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools7 views
    Compare vs Claude Task Master →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    💻 Developer Tools0 views
    Compare vs Ai Netcafe →
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    💻 Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server →

Frequently Asked Questions about Buddy Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "buddy-mcp": { "command": "npx", "args": ["-y", "buddy-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBuddy Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/buddy-mcp?style=directory)](https://allmcps.com/mcp/buddy-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/buddy-mcp"><img src="https://allmcps.com/api/badge/buddy-mcp?style=directory" alt="Buddy Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
28Quality signal: Emerging · 28/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools12/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Buddy Mcp →Install in Claude DesktopInstall in CursorInstall in VS Code