saber-house-mcp
v1.1.0
Published
MCP Server for Saber House virtual home — control your AI companion's home via natural language
Maintainers
Readme
saber-house-mcp
MCP Server for Saber House virtual home — control your AI companion's home via natural language in Claude Desktop, Chatbox, Cursor, etc.
Setup
1. Get your API Key
Log in to your Saber House instance → Settings (⚙) → 🔑 API tab → Generate Key.
2. Configure your MCP client
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"saber-house": {
"command": "npx",
"args": ["saber-house-mcp"],
"env": {
"SABER_HOUSE_URL": "http://144.202.0.133:4000",
"SABER_HOUSE_TOKEN": "sk-your-key-here"
}
}
}
}3. Use it
Just talk naturally:
- "家里怎么样了?"
- "做一个番茄炒蛋"
- "喝杯水"
- "摸摸猫"
- "去厨房"
Available Tools
| Tool | Description |
|---|---|
| get_home_status | 查看虚拟家园全部状态 |
| cook | 开始做饭 |
| get_cook_status | 查看做饭/吃饭进度 |
| drink | 喝东西 |
| pet_interact | 与宠物互动(抚摸/喂食/玩耍/溜猫等) |
| get_pet_status | 查看宠物状态 |
| get_schedule | 查看当前日程 |
| check_needs | 查看待处理需求 |
| get_vitals | 查看体征详情 |
| move_character | 移动角色到指定房间 |
Environment Variables
| Variable | Required | Description |
|---|---|---|
| SABER_HOUSE_URL | Yes | Your Saber House server URL |
| SABER_HOUSE_TOKEN | Yes | Your API Key (sk-xxx) |
