Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"igdb-mcp": {
"env": {
"IGDB_CLIENT_ID": "your_client_id",
"IGDB_CLIENT_SECRET": "your_secret"
},
"args": [
"--from",
"git+https://github.com/bielacki/igdb-mcp-server.git",
"igdb-mcp-server"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Access the IGDB (Internet Game Database) API through Model Context Protocol (MCP)
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@bielacki/igdb-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @bielacki/igdb-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
MCP Security Weekly
Get CVE alerts and security updates for ai.smithery/bielacki-igdb-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Access the IGDB (Internet Game Database) API through Model Context Protocol (MCP)
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:
📖 Full IGDB authentication guide
To install igdb-mcp-server automatically via Smithery:
npx -y @smithery/cli install @bielacki/igdb-mcp-server
Install uv.
Add this to your MCP client's configuration:
{
"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 with these example prompts:
🔍 Search & Discovery
📊 Game Information
🔥 Trending & Popular
🎯 Advanced Queries
| Tool | Description | Parameters | Example Usage |
|---|---|---|---|
| search_games | Search 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_details | Get comprehensive game information | • game_id (required): IGDB game ID• fields: Fields to return (default: extensive) | "Get details for game ID 1942" |
| get_most_anticipated_games | Find upcoming games by hype | • fields: Fields to return< |