EV
@modelcontextprotocol
Reference / test server with prompts, resources, and tools.
87k1w ago0 toolslocal
$
npx -y @modelcontextprotocol/server-everythingComprehensive personal data aggregation MCP server with Steam, YouTube, Bilibili, Spotify, Reddit and other platforms integrations.
$ pip install bilibili-api --no-depsOr add it with the Claude CLI: claude mcp add yangliangwei-personalizationmcp
get_steam_libraryget_steam_recent_activityget_steam_friendsget_steam_profileget_player_achievementsget_user_game_statsget_friends_current_gamescompare_games_with_friendget_friend_game_recommendationssearch_youtube_videosget_video_detailsget_channel_infoget_trending_videosget_youtube_subscriptionsget_youtube_playlistsget_youtube_liked_videosrefresh_youtube_tokenget_youtube_token_statusget_bilibili_user_infoget_my_bilibili_profilesearch_bilibili_videosget_bilibili_video_infoget_bilibili_user_videosget_bilibili_following_listget_bilibili_watch_historyget_bilibili_favoritesget_bilibili_liked_videosget_bilibili_coin_videosget_bilibili_toview_listtest_connectionValues are filled in locally in your browser — nothing is sent anywhere.
{ "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.
Reference / test server with prompts, resources, and tools.
npx -y @modelcontextprotocol/server-everythingOfficial GitHub server for integration with repository management, PRs, issues, and more.
A high-level framework for building MCP servers in Python