Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Browse
  3. Steam Reviews Mcp
  4. vs Bgg Mcp
Side-by-Side Model Context Protocol Comparison

Steam Reviews Mcp vs Bgg Mcp

In-depth architectural comparison of the Steam Reviews Mcp and Bgg Mcp MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.

At a Glance & Executive Verdict

Steam Reviews Mcp
Gaming · Local stdio
Quality: 52/100 (Good) | Auth: No auth required
Bgg Mcp
Gaming · Remote HTTP/SSE
Quality: 56/100 (Good) | Auth: No auth required
Verdict Summary: Choose Steam Reviews Mcp if you need specialized Gaming tools running via a local process. Choose Bgg Mcp if your workspace requires Gaming integration with remote web transport. Both servers can be configured concurrently in your client's mcpServers manifest.

Which MCP Server Should You Choose?

Steam Reviews Mcp logo

Choose Steam Reviews Mcp when:

  • You need dedicated capabilities in the Gaming domain.
  • You prefer local stdio subprocess transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • You have access to required keys: CACHE_ENABLED, CACHE_MAX_SIZE, RATE_LIMIT_ENABLED, MAX_REQUESTS_PER_MINUTE, HTTP_MODE, PORT.
  • Primary tools included: Batch game search (up to 5 queries), Criteria-based game info filtering including system requirements and DLC, Review fetching with time bounds, review type, and review bomb filtering.
Explore Steam Reviews Mcp Details
Bgg Mcp logo

Choose Bgg Mcp when:

  • You need dedicated capabilities in the Gaming domain.
  • You prefer remote streaming HTTP/SSE transport architecture.
  • Your security boundary fits: No auth required (Free / Open Source).
  • You have access to required keys: .

Feature & Specification Comparison

Specification
Steam Reviews Mcp logo
Steam Reviews Mcp
jhomen368
Gaming
Bgg Mcp logo
Bgg Mcp
kkjdaniel
Gaming
SummarySearch Steam games, fetch user reviews, and analyze sentiment with topic drill-down to make informed purchasing decisions.An MCP server that enables interaction with board game related data via the BoardGameGeek API (XML API2).
Category & ScopeGaming

Tools & Capabilities Breakdown

Steam Reviews Mcp Tools (6)

Batch game search (up to 5 queries)
Criteria-based game info filtering including system requirements and DLC
Review fetching with time bounds, review type, and review bomb filtering
NLP sentiment analysis with topic drill-down and example quotes
Smart caching to reduce API calls by 70-85%
Dockerized with hardened security and input validation

Bgg Mcp Tools (10)

Ready-to-Paste Client Configurations

Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).

Steam Reviews Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "jhomen368-steam-reviews-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jhomen368/steam-reviews-mcp"
      ],
      "env": {
        "CACHE_ENABLED": "YOUR_CACHE_ENABLED_HERE",
        "CACHE_MAX_SIZE": "YOUR_CACHE_MAX_SIZE_HERE",
        "RATE_LIMIT_ENABLED": "YOUR_RATE_LIMIT_ENABLED_HERE",
        "MAX_REQUESTS_PER_MINUTE": "YOUR_MAX_REQUESTS_PER_MINUTE_HERE",
        "HTTP_MODE": "YOUR_HTTP_MODE_HERE",
        "PORT": "YOUR_PORT_HERE"
      }
    }
  }
}
Bgg Mcp Configuration
mcpServers (Claude Desktop / Cursor)
{
  "mcpServers": {
    "kkjdaniel-bgg-mcp": {
      "url": "https://archestra.ai/mcp-catalog/kkjdaniel__bgg-mcp"
    }
  }
}

Frequently Asked Questions

Steam Reviews Mcp is categorized under Gaming and uses a local stdio subprocess. In contrast, Bgg Mcp belongs to Gaming using remote streaming HTTP/SSE transport. Select Steam Reviews Mcp when you need capabilities focused on gaming and Bgg Mcp when you require tools for gaming.

More alternatives to Steam Reviews McpMore alternatives to Bgg McpGaming category hub

Related MCP Server Comparisons

Popular comparisons with Steam Reviews Mcp

  • Unity MCP logoSteam Reviews Mcp vs Unity MCP
  • Steam Mcp logoSteam Reviews Mcp vs Steam Mcp
  • Opendota Mcp Server logoSteam Reviews Mcp vs Opendota Mcp Server
  • Steam Games Mcp logoSteam Reviews Mcp vs Steam Games Mcp

Popular comparisons with Bgg Mcp

BGG_USERNAME
  • Primary tools included: bgg-search, bgg-details, bgg-collection.
  • Explore Bgg Mcp Details
    Gaming
    Quality signal52/100 (Good)56/100 (Good)
    Transport ProtocolLocal Subprocess (stdio)Remote HTTP/SSE
    Auth RequirementNo auth requiredNo auth required
    Pricing ModelFree / Open SourceFree / Open Source
    Required Env Vars
    CACHE_ENABLEDCACHE_MAX_SIZERATE_LIMIT_ENABLEDMAX_REQUESTS_PER_MINUTEHTTP_MODEPORT
    BGG_USERNAME
    Compatible Clients
    Claude DesktopCursorWindsurfClineVS Code
    Claude DesktopCursorWindsurfClineVS Code
    Install path signalnpx · highRemote (HTTP/SSE) · high
    Engagement & Health 2 views 0 copies 0 upvotes 3 stars 5 views 0 copies 0 upvotes 52 stars
    Verified / OfficialCommunity ListingCommunity Listing
    Open full listingView Steam Reviews Mcp ListingView Bgg Mcp Listing
    bgg-search
    Search for board games with type filtering (base games, expansions, or all)
    bgg-details
    Get detailed information about a specific board game
    bgg-collection
    Query and filter a user's game collection with extensive filtering options
    bgg-hot
    Get the current BGG hotness list
    bgg-user
    Get user profile information
    bgg-price
    Get current prices from multiple retailers using BGG IDs
    bgg-trade-finder
    Find trading opportunities between two BGG users
    bgg-recommender
    Get game recommendations based on similarity to a specific game
    bgg-thread-details
    Get the full content of a specific BGG forum thread including all posts
    bgg-rules
    Answer rules questions by searching BGG forums for relevant discussions and clarifications
    Unity MCP logoBgg Mcp vs Unity MCP
  • Mtg Oracle logoBgg Mcp vs Mtg Oracle
  • Tft Oracle logoBgg Mcp vs Tft Oracle
  • Steam Mcp logoBgg Mcp vs Steam Mcp