MCP Directory

YangLiangwei/PersonalizationMCP

GitHub
Other

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y personalizationmcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from YangLiangwei/PersonalizationMCP your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route YangLiangwei/PersonalizationMCP intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add personalizationmcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use YangLiangwei/PersonalizationMCP directly without routing

npx -y personalizationmcp

New to Agent-CoreX? View setup guide →

YangLiangwei/PersonalizationMCP MCP Server — Agent-CoreX