Submit

Videogame Encyclopedia MCP Server

@Hoani CROSS

A Model Context Protocol (MCP) server that provides structured video game information from Steam and SteamGridDB. This server exposes tools for searching games and retrieving comprehensive metadata including descriptions, categories, release dates, player counts, and visual assets like logos, boxart, and icons.

Tools

Server Config

{
  "mcpServers": {
    "game-encyclopedia": {
      "command": "npx",
      "args": [
        "videogame-encyclopedia-mcp-server"
      ],
      "env": {
        "STEAMGRIDDB_API_KEY": "your_steamgriddb_api_key_here"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server