Server Details
Explore and discover video games from the Internet Game Database. Search titles, view detailed inf…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- bielacki/igdb-mcp-server
- GitHub Stars
- 1
- Server Listing
- IGDB MCP Server
Available Tools
4 toolscustom_queryTry in Inspector
Run a custom Apicalypse query against any IGDB API endpoint
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The Apicalypse query string | |
| endpoint | Yes | The API endpoint to query (e.g., 'games', 'companies', 'platforms', 'people', 'characters') |
get_game_detailsTry in Inspector
Retrieve detailed information about a specific game from IGDB
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated list of fields to return | id,slug,name,rating,rating_count,hypes,first_release_date,platforms.name,genres.name,status,cover.url,summary,involved_companies.company.name,involved_companies.developer,involved_companies.publisher |
| game_id | Yes | The IGDB ID of the game |
get_most_anticipated_gamesTry in Inspector
Fetch upcoming games sorted by hype count, filtered for future or TBA releases
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| fields | No | Comma-separated list of fields to return | id,slug,name,hypes,first_release_date,platforms.name,genres.name,status |
| min_hypes | No | Minimum number of hypes required |
search_gamesTry in Inspector
Search for games in the IGDB database
ParametersJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| query | Yes | Search term for finding games | |
| fields | No | Comma-separated list of fields to return | name,rating,rating_count,first_release_date,platforms.name |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Try in Browser
Your Connectors
Sign in to create a connector for this server.