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 ToolsHTTPToolslocal 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 30 tools

get_steam_library
get_steam_recent_activity
get_steam_friends
get_steam_profile
get_player_achievements
get_user_game_stats
get_friends_current_games
compare_games_with_friend
get_friend_game_recommendations
search_youtube_videos
get_video_details
get_channel_info
get_trending_videos
get_youtube_subscriptions
get_youtube_playlists
get_youtube_liked_videos
refresh_youtube_token
get_youtube_token_status
get_bilibili_user_info
get_my_bilibili_profile
search_bilibili_videos
get_bilibili_video_info
get_bilibili_user_videos
get_bilibili_following_list
get_bilibili_watch_history
get_bilibili_favorites
get_bilibili_liked_videos
get_bilibili_coin_videos
get_bilibili_toview_list
test_connection

Configuration generate & copy

Values are filled in locally in your browser — nothing is sent anywhere.

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 the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

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

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

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

Developer ToolsstdioExecute auth
30.5k6d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

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