🎯 PersonalizationMCP
A unified personal data hub built on MCP (Model Context Protocol) that allows AI assistants to access your digital life from multiple platforms, providing truly personalized and contextual interactions.
📖 中文文档: README_zh.md
🚀 Quick Start (Current Recommended Flow)
Clone and install
git clone https://github.com/YangLiangwei/PersonalizationMCP.git cd PersonalizationMCP # choose one uv venv && uv sync # or python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txtRun onboarding (interactive)
personalhub onboarding --allOr run onboarding (non-interactive / scriptable)
personalhub onboarding --platform steam --set STEAM_API_KEY=xxx --set STEAM_USER_ID=7656119xxx personalhub onboarding --platform youtube --set YOUTUBE_API_KEY=xxxVerify and run
personalhub status personalhub serve --profile safe
🧭 How the Project Works Now
- Unified entry for setup:
personalhub onboarding - Unified entry for operations:
personalhub-managerskill - Platform-specific flows: independent skills for Steam / YouTube / Bilibili / Spotify / Reddit
- No nested skill execution: one skill leads a task at a time






