Odel
Petsonality

Petsonality

Local
@nanami-he8TypeScriptMITUpdated 2mo ago

An MBTI-powered terminal pet companion for Claude Code and OpenClaw.

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).

npmpetsonalityv0.4.6

Run

npx -y petsonality

MCP client config

{
  "mcpServers": {
    "petsonality": {
      "command": "npx",
      "args": [
        "-y",
        "petsonality"
      ]
    }
  }
}