Videogame Encyclopedia MCP Server
@hcross
关于 Videogame Encyclopedia MCP Server
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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"game-encyclopedia": {
"command": "npx",
"args": [
"videogame-encyclopedia-mcp-server"
],
"env": {
"STEAMGRIDDB_API_KEY": "your_steamgriddb_api_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Videogame Encyclopedia MCP Server?
A Model Context Protocol (MCP) server that provides structured video game information from Steam and SteamGridDB. It exposes tools for searching games and retrieving comprehensive metadata including descriptions, categories, release dates, player counts, and visual assets like logos, boxart, and icons.
How to use Videogame Encyclopedia MCP Server?
Install Node.js 18 or higher, clone the repository, run npm install, copy .env.example to .env, and add your SteamGridDB API key. Build with npm run build. Use with Claude Desktop by adding an entry to claude_desktop_config.json, or run directly via npx videogame-encyclopedia-mcp-server, uvx, or Smithery.
Key features of Videogame Encyclopedia MCP Server
- Steam search and details tool
- SteamGridDB visual asset retrieval
- Unified full game profile tool
- Metadata including categories, genres, pricing
- Visual assets: logos, boxart, icons
- Multiple launch methods (npx, uvx, Smithery)
Use cases of Videogame Encyclopedia MCP Server
- AI assistant answering questions about game details and pricing
- Building a game recommendation system with rich metadata
- Retrieving high-quality game logos and box art for a website
- Comparing player count and platform support across games
- Creating a comprehensive game encyclopedia with one unified query
FAQ from Videogame Encyclopedia MCP Server
What dependencies are required?
Node.js 18 or higher and a SteamGridDB API key (obtained from steamgriddb.com/profile/api).
How do I configure the server for use with Claude Desktop?
Add an entry to claude_desktop_config.json with the command set to node, arguments pointing to the built dist/index.js, and the environment variable STEAMGRIDDB_API_KEY.
Can I use this server without Claude Desktop?
Yes. You can run it
媒体与设计 分类下的更多 MCP 服务器
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
Melrōse - programming of music melodies
emickleiinteractive programming of melodies, producing MIDI
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
评论