Servers
V
Videogame Encyclopedia MCP Server
@hcross
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 asset
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"game-encyclopedia": {
"command": "npx",
"args": [
"videogame-encyclopedia-mcp-server"
],
"env": {
"STEAMGRIDDB_API_KEY": "your_steamgriddb_api_key_here"
}
}
}
}