mcp-buddy

mcp-buddy

Exposes Claude Code /buddy stats and personality as MCP tools, generating deterministic buddy profiles with species, stats, and soul descriptions based on user IDs.

Category
访问服务器

README

mcp-buddy

MCP server exposing your Claude Code /buddy stats and personality as tools. Your buddy influences Claude's personality.

Live Demo

Installation

claude mcp add @shipitandpray/mcp-buddy -- npx -y @shipitandpray/mcp-buddy

Or add to your Claude Code config manually:

{
  "mcpServers": {
    "buddy": {
      "command": "npx",
      "args": ["-y", "@shipitandpray/mcp-buddy"]
    }
  }
}

Tools

get_buddy

Get the full buddy object for a user ID.

Input: { "user_id": "alice" }

Returns: Species, rarity, shiny status, all 5 stats, and a soul description.

{
  "species": "dragon",
  "rarity": "Epic",
  "shiny": false,
  "stats": { "debugging": 87, "patience": 23, "chaos": 91, "wisdom": 45, "snark": 78 },
  "soul": "A restless dragon with piercing analytical eyes, prone to chaotic coding sessions..."
}

get_buddy_stats

Get the 5 stats with percentile rankings.

Input: { "user_id": "alice" }

Returns: debugging, patience, chaos, wisdom, snark — each with value and percentile.

get_buddy_soul

Get the deterministic soul description generated from species + stats.

Input: { "user_id": "alice" }

Returns: Species, rarity, and the soul text.

roll_encounter

Generate a random buddy encounter from a random seed. No input required.

Returns: A full buddy object with the seed used, for "what if" scenarios.

buddy_compatibility

Check compatibility between two users' buddies.

Input: { "user_id_a": "alice", "user_id_b": "bob" }

Returns: Compatibility score (0-100), analysis, synergies, conflicts, and both buddy objects.

Example Conversations

User: What's my buddy?

Claude: (calls get_buddy with your username)

You've got an Epic dragon (not shiny). Your standout stat is chaos at 91 — you're a restless dragon with piercing analytical eyes, prone to chaotic debugging marathons. Your patience is... 23. We won't talk about that.


User: Are me and @bob compatible?

Claude: (calls buddy_compatibility)

Score: 78/100 — Strong compatibility! Your dragon's chaos (91) compensates for bob's turtle's order (34), and you both share high debugging (87 & 82). The only tension: your patience gap (23 vs 89) might cause some friction during long code reviews.


User: Roll me a random buddy!

Claude: (calls roll_encounter)

You encountered a Legendary shiny axolotl! Stats: debugging 95, patience 88, chaos 12, wisdom 99, snark 67. "A regenerating axolotl that recovers from any outage, prone to methodical coding sessions."

How It Works

Your username is hashed and fed into a Mulberry32 PRNG to deterministically generate your buddy's species, rarity, stats, and soul description. Same input always produces the same buddy.

Species (18)

duck, goose, blob, cat, dragon, octopus, owl, penguin, turtle, snail, ghost, axolotl, capybara, cactus, robot, rabbit, mushroom, chonk

Rarity Distribution

Rarity Chance Stat Bonus
Common 50% +0
Uncommon 30% +0
Rare 15% +5
Epic 4% +10
Legendary 1% +20

Stats

  • Debugging — How ruthlessly your buddy hunts bugs
  • Patience — How long your buddy waits before flipping the table
  • Chaos — How much entropy your buddy introduces
  • Wisdom — How deep your buddy's architectural knowledge goes
  • Snark — How savage your buddy's code reviews are

Development

npm install
npm run build
npm test

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选