data-ai MCP Server
Claude Code integration for OpenPets: automatic desktop pet status updates with one-command setup.
Discovered via github-topic:mcp and last synced 4mo ago.
1. Install the package
npx @open-pets/claude-pets
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-open-pets-claude-pets": {
"command": "npx",
"args": [
"@open-pets/claude-pets"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)