Discovers and manages installed games on Windows from Steam, Epic, GOG, Xbox, and other platforms.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A Model Context Protocol (MCP) server that discovers and manages installed games on Windows PC from various platforms including Steam, Epic Games, GOG, Windows Store/Xbox, and other installed programs.
Multi-platform game discovery: Automatically scans for games from:
Comprehensive game information: Provides details including:
MCP Tools Available:
discover_games: Finds all installed games across all platformsget_game_info: Gets detailed information about a specific gamelaunch_game: Launches a game by name (if executable is found)discover_gamesDiscovers all installed games from all supported platforms.
Example usage in Claude: "Can you discover all the games I have installed on my PC?"
Returns: JSON object with:
get_game_infoGets detailed information about a specific game by name.
Parameters:
gameName: The name of the game to search forExample usage: "Get information about Cyberpunk 2077"
launch_gameLaunches a game by name if it has a valid executable path.
Parameters:
gameName: The exact name of the game to launchExample usage: "Launch Steam's Half-Life 2"
The server uses multiple discovery methods:
Steam Games:
libraryfolders.vdf for custom library locationssteamapps/common directories for game foldersEpic Games:
%ProgramData%/Epic/EpicGamesLauncher/Data/ManifestsGOG Games:
SOFTWARE\GOG.com\GamesXbox/Windows Store:
%ProgramFiles%/WindowsApps directoryRegistry Programs:
The server is designed to be robust and continue functioning even if:
Errors are logged to stderr and don't interrupt the discovery process for other platforms.
This project uses:
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/game-mcp)<a href="https://allmcps.com/mcp/game-mcp"><img src="https://allmcps.com/api/badge/game-mcp?style=directory" alt="Game MCP on AllMCPs" /></a>