clawd-on-desk (MCP Server)

GitHub

A pixel desktop pet that watches Claude Code, Codex, Cursor & other AI coding agents โ€” so you don't have to.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "clawd-on-desk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clawd-on-desk"
      ]
    }
  }
}