- Home
- MCP servers
- Game Discovery
Game Discovery
- other
0
GitHub Stars
other
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"moonolgerd-game-mcp": {
"command": "dnx",
"args": [
"GameMcpServer@1.0.4",
"--yes"
]
}
}
}You can use this MCP server to automatically discover, view details, and launch games installed on a Windows PC from multiple platforms, including Steam, Epic Games Store, GOG, Windows Store/Xbox, and more. It centralizes game information and makes launching games through an MCP client straightforward, helping you manage your game library from a single interface.
How to use
To use this MCP server, connect any MCP client and configure it to communicate with the server as a standard MCP endpoint. Once connected, you can discover all installed games across supported platforms, retrieve detailed information about a specific game, and launch games directly from the client when the executable path is available.
How to install
Prerequisites you need before running the MCP server on Windows:
Set up and run the MCP server locally using the provided configuration for a stdio-based client connection. The server is designed to start and communicate with MCP clients through a standard input/output channel.
Additional notes
Configuration and usage details focus on practical steps you can take with a compatible MCP client. The server exposes a single stdio-based configuration option that starts the server process and enables client communication.
Available tools
discover_games
Discovers all installed games across supported platforms and returns a structured list with counts, platform grouping, and detailed metadata for each game.
get_game_info
Retrieves detailed information about a specific game by its name, including installation path, executable location, and platform-specific metadata.
launch_game
Launches a game by name when a valid executable path is available, triggering the associated application to run.