Skip to main content

STDIO-to-StreamableHTTP bridge for the IGDB MCP Server

Project description

igdb-mcp-client

A Python bridge that connects any MCP client to the IGDB MCP Server, giving your AI agent access to game data from the IGDB database.

Handles OAuth 2.0 authentication automatically.

Install

uvx igdb-mcp-client

Or with pip:

pip install igdb-mcp-client

Quick Start

Set your credentials and run:

export CLIENT_ID="your-client-id"
export CLIENT_SECRET="your-client-secret"
igdb-mcp-client

The client connects to https://mcp.igdb.com by default, reads JSON-RPC from stdin, and writes responses to stdout.

Use with your MCP client

Most MCP clients use a JSON config file to register servers. Add igdb-mcp-client as a stdio transport:

{
  "mcpServers": {
    "igdb": {
      "command": "uvx",
      "args": ["igdb-mcp-client"],
      "env": {
        "CLIENT_ID": "your-client-id",
        "CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

This works with Claude Desktop, Cursor, Kiro, Windsurf, and any MCP-compatible client that supports stdio transports.

Once connected, your agent can query the IGDB game database — search games, browse genres, platforms, companies, and more.

Configuration

Environment Variable Default Description
CLIENT_ID (required) OAuth 2.0 client ID
CLIENT_SECRET (required) OAuth 2.0 client secret
MCP_SERVER_URL https://mcp.igdb.com Server URL (overridable via CLI arg too)
AUTH_DOMAIN https://mcp-auth.igdb.com Auth endpoint base URL
LOG_LEVEL INFO Set to DEBUG for HTTP request/response logs

You can also pass the server URL as a CLI argument, which takes highest priority:

igdb-mcp-client https://mcp.igdb.com

Requirements

Python 3.10+

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

igdb_mcp_client-0.1.1.tar.gz (35.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

igdb_mcp_client-0.1.1-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file igdb_mcp_client-0.1.1.tar.gz.

File metadata

  • Download URL: igdb_mcp_client-0.1.1.tar.gz
  • Upload date:
  • Size: 35.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for igdb_mcp_client-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e9598c0eeb7190a482b865763e6e2c7003583f88ac9266fb6562559c6220f063
MD5 49095ecdb6b69d65e3cae8da89305e95
BLAKE2b-256 3068be1afea616bc126ed04fad7fc6b53ef19e5a57b331822c177165263e7f52

See more details on using hashes here.

File details

Details for the file igdb_mcp_client-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for igdb_mcp_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5b318152fc746c149601d1d48b90b6ea814c5af5fe854439ecc8ce55f6ff32fd
MD5 47098d791237944a4a8b7ea375e6e24e
BLAKE2b-256 923d11aaffff915ec8bb20bf2396182f1d0e5a1816baba4d98a9a537e1ba9a4b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page