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. 🗄️ Databases
  3. Bielacki Igdb Mcp Server
B
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:03:03 PM

Bielacki Igdb Mcp Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).

Explore and discover video games from the Internet Game Database. Search titles, view detailed inf…

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bielacki-igdb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (4) Directory Badge Claim listing Alternatives🗄️ More in Databases

Capabilities & Tool Schemas (4) ~44 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Bielacki Igdb Mcp Server.

search_games

Search for games by name

get_game_details

Get comprehensive game information

get_most_anticipated_games

Find upcoming games by hype

custom_query

Execute Apicalypse queries

Documentation Overview

IGDB MCP Server

Access the IGDB (Internet Game Database) API through Model Context Protocol (MCP)

smithery badge Python MCP FastMCP uv License: MIT IGDB API

Overview

The IGDB MCP Server provides seamless access to the Internet Game Database (IGDB) through the Model Context Protocol. IGDB is a comprehensive database containing information about video games, including:

  • Game metadata (titles, descriptions, ratings)
  • Release dates and platforms
  • Developer and publisher information
  • Genres, themes, and game modes
  • User ratings and hype metrics
  • Cover art and media

Key Features

  • Full IGDB API Access: Search games, get detailed information, find trending titles
  • Smart Caching: OAuth tokens are cached to minimize authentication overhead
  • Flexible Queries: Use simple searches or advanced Apicalypse query language
  • Pre-built Prompts: Common queries ready to use
  • Type-Safe: Built with Pydantic for robust data validation

Quick Start

Get IGDB Credentials

  1. Create a Twitch account (if you don't have one)
  2. Go to Twitch Developer Console → Register Your Application
  3. Get your Client ID and generate a Client Secret

📖 Full IGDB authentication guide

Option A: install via Smithery

To install igdb-mcp-server automatically via Smithery:

Terminal
npx -y @smithery/cli install @bielacki/igdb-mcp-server

Option B: install with uvx

Install uv.

Add this to your MCP client's configuration:

config.json
{
  "mcpServers": {
    "igdb-mcp": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/bielacki/igdb-mcp-server.git", "igdb-mcp-server"],
      "env": {
        "IGDB_CLIENT_ID": "your_client_id",
        "IGDB_CLIENT_SECRET": "your_secret"
      }
    }
  }
}

Start Exploring

Start exploring with these example prompts:

🔍 Search & Discovery

  • "Search for Elden Ring and its expansions"
  • "Find all Persona games from the last 5 years"
  • "Show me games similar to Hades"

📊 Game Information

  • "Get details about Baldur's Gate 3"
  • "Tell me everything about Cyberpunk 2077 including DLC"
  • "What platforms is Hogwarts Legacy available on?"

🔥 Trending & Popular

  • "What are the most anticipated upcoming games?"
  • "Show me the highest rated indie games of 2024"
  • "Find games with the most hype right now"

🎯 Advanced Queries

  • "Find games similar to Skyrim with a rating of 85 or higher"
  • "List all games by Larian Studios"
  • "Show upcoming Silent Hill and Resident Evil games"

Core Components

Tools

ToolDescriptionParametersExample Usage
search_gamesSearch for games by name• query (required): Search term
• fields: Fields to return (default: basic info)
• limit: Results count (1-500, default: 10)
"Search for Elden Ring games"
get_game_detailsGet comprehensive game information• game_id (required): IGDB game ID
• fields: Fields to return (default: extensive)
"Get details for game ID 1942"
get_most_anticipated_gamesFind upcoming games by hype• fields: Fields to return
• limit: Results count (1-500, default: 25)
• min_hypes: Min hype count (default: 25)
"Show most anticipated games"
custom_queryExecute Apicalypse queries• endpoint (required): API endpoint
• query (required): Apicalypse query string
"Find RPGs rated above 90"

Resources

ResourceDescriptionReturns
igdb://endpointsList of all IGDB API endpointsAvailable endpoints with descriptions
igdb://query-syntaxApicalypse query language guideSyntax reference and examples

Pre-built Prompts

PromptDescriptionUse Case
search_gameFormatted game search resultsQuick game discovery with clean output
game_detailsComprehensive game informationFull details including ratings, platforms, developers
most_anticipatedTrending upcoming gamesDiscover hyped unreleased games with statistics

Troubleshooting

Authentication Errors

  • "IGDB_CLIENT_ID not set": Check your MCP client config has the env variables
  • "Invalid credentials": Verify your Client ID and Secret are correct
  • "Token expired": The server handles token refresh automatically

Rate Limiting

IGDB allows 4 requests per second. The server doesn't implement rate limiting, so:

  • Avoid rapid repeated queries
  • Use field expansion instead of multiple requests
  • Leverage multi-query for batch operations

Common Query Issues

  • No results: Check spelling, try broader search terms
  • Missing fields: Some fields may be null; handle gracefully
  • Query syntax error: Verify Apicalypse syntax, check semicolons

Environment Variables

Ensure your MCP client config includes:

json
"env": {
  "IGDB_CLIENT_ID": "abc123...",
  "IGDB_CLIENT_SECRET": "xyz789..."
}

License & Credits

MIT License - see LICENSE file for details

Credits:

  • IGDB API by IGDB.com
  • MCP protocol by Anthropic
  • Built with FastMCP
  • Published on Smithery

For more information about IGDB API capabilities, visit the official IGDB API documentation.

Related MCP Servers

View all in Databases View all alternatives
  • AllMCPs Server logoAllMCPs Server
    ★ Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    🗄️ Databases7 views
    Compare vs AllMCPs Server →
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    🗄️ Databases3 views
    Compare vs Genai Toolbox →
  • Mcp Mysql Server logoMcp Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    🗄️ Databases2 views
    Compare vs Mcp Mysql Server →
  • Mcp Server Duckdb logoMcp Server Duckdb

    DuckDB database integration with schema inspection and query capabilities

    🗄️ Databases2 views
    Compare vs Mcp Server Duckdb →

Frequently Asked Questions about Bielacki Igdb Mcp Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bielacki-igdb-mcp-server": { "command": "npx", "args": ["-y", "bielacki-igdb-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBielacki Igdb Mcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bielacki-igdb-mcp-server?style=directory)](https://allmcps.com/mcp/bielacki-igdb-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/bielacki-igdb-mcp-server"><img src="https://allmcps.com/api/badge/bielacki-igdb-mcp-server?style=directory" alt="Bielacki Igdb Mcp Server on AllMCPs" /></a>

Technical Specs & Signals

Category🗄️Databases
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 30, 2025
48Quality signal: Fair · 48/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🗄️ Databases →Best MCP servers for Databases →Alternatives to Bielacki Igdb Mcp Server →Install in Claude DesktopInstall in CursorInstall in VS Code