Home/Directory/Developer Tools/Personalizationmcp

Personalizationmcp

@YangLiangwei · github.com/YangLiangwei/PersonalizationMCP

Comprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations.

ClaimedDeveloper ToolsHTTPlocal auth
GitHub

Install one command

terminal
$ pip install bilibili-api --no-deps

Or add it with the Claude CLI: claude mcp add yangliangwei-personalizationmcp

Tools exposed 0 tool

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "yangliangwei-personalizationmcp": {
      "command": "pip",
      "args": ["install", "bilibili-api", "--no-deps"],
      "env": {
        "STEAM_API_KEY": "<your-steam-api-key>",
        "STEAM_USER_ID": "<your-steam-user-id>",
        "YOUTUBE_API_KEY": "<your-youtube-api-key>",
        "SPOTIFY_CLIENT_SECRET": "<your-spotify-client-secret>",
        "REDDIT_CLIENT_SECRET": "<your-reddit-client-secret>",
        "YOUTUBE_ACCESS_TOKEN": "<your-youtube-access-token>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo