Odel
buddy mcp

buddy mcp

Local
@lyellr88TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@lyellr88/buddy-mcpv1.4.4

Run

npx -y @lyellr88/buddy-mcp

MCP client config

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