Back to Directory

MCP Comparison

Compare features, tools, and capabilities of these MCP servers side by side.

PersonalizationMCP

PersonalizationMCP

PersonalizationMCP is a unified personal data hub built on MCP (Model Context Protocol) that enables AI assistants to access and reason over data from Steam, YouTube, Bilibili, Spotify, Reddit, and more. This repository showcases a Python-based MCP server that aggregates platform APIs, manages OAuth2 tokens, and exposes a rich set of tools to query user data, playlists, watch history, and social actions. It emphasizes local data handling, token management automation, and a modular architecture that makes it easy to add new platforms through the @mcp.tool() decorator and server integration. Ideal for developers building context-aware assistants who want a single, extensible backend to surface personal data across multiple services. The MCP server is designed to run locally on your machine with secure configuration, offering multiple installation paths (conda, uv, or pip with virtualenv). It includes a comprehensive set of available tools organized by platform, robust token management (notably YouTube), and practical guidance for configuration, testing, and cursor-based integration with consumer apps like Cursor. The project also provides detailed setup steps for each platform, including how to obtain API keys, cookies, and OAuth credentials, ensuring a smooth path from zero to a functioning personal data hub.

MCP Bundles Hub MCP Server

MCP Bundles Hub MCP Server

MCP Bundles Hub MCP Server provides direct, unified access to tools from all your enabled MCP bundles through a single authenticated endpoint. It enables executing tools, discovering what tools are available across bundles, searching by name, provider, or capability, and checking readiness and details for each tool. This hub server consolidates bundle tools into one MCP interface, streamlining AI-assisted workflows by securely managing credentials and ensuring bundle-aware execution. Built with OAuth and API key authentication, it supports tool discovery, readiness checks, and detailed tool information, making it easier to scale tool access across multiple providers and bundles.

Feature Comparison
FeaturePersonalizationMCPMCP Bundles Hub MCP Server
Verified
Official
Tools Available7517
Has Installation Guide
Has Examples
Website
Source Code
Shared Categories
PersonalizationMCP Tools (75)
  • get_steam_library()
  • get_steam_recent_activity()
  • get_steam_friends()
  • get_steam_profile()
  • get_player_achievements(app_id)
  • get_user_game_stats(app_id)
  • get_friends_current_games()
  • compare_games_with_friend(friend_steamid)
  • get_friend_game_recommendations(friend_steamid)
  • search_youtube_videos(query)
  • +65 more tools
MCP Bundles Hub MCP Server Tools (17)
  • mcpbundles_hub_list_bundles
  • mcpbundles_hub_get_bundle
  • mcpbundles_hub_create_bundle
  • mcpbundles_hub_update_bundle
  • mcpbundles_hub_delete_bundle
  • mcpbundles_hub_list_credentials
  • mcpbundles_hub_add_credential
  • mcpbundles_hub_update_credential
  • mcpbundles_hub_remove_credential
  • mcpbundles_hub_search_providers
  • +7 more tools

Can't decide? Check out both MCP servers for more details.