Back to MCP Servers

PersonalizationMCP

Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations. Features OAuth2 authentication, automatic token management, and 90+ tools for gaming, music, video, and social platform data access.

aggregators

Installation

npx -y PersonalizationMCP

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub