Scans your Windows PC for games across Steam, Epic, GOG, Xbox/Windows Store, Battle.Net, and other platforms by reading registry keys, manifest files, and library folders. Exposes three tools: discover_games returns everything it finds grouped by platform, get_game_info pulls details for a specific title, and launch_game fires up the executable. Built for .NET 10 and reads steamapps directories, Epic manifest JSONs, GOG registry entries, and WindowsApps folders to build a unified view of what you have installed. Reach for this when you want Claude to answer questions about your game library or launch titles by name without remembering where everything lives.
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){
"servers": {
"GameMcpServer": {
"type": "stdio",
"command": "dnx",
"args": [
"GameMcpServer@1.0.8",
"--yes"
]
}
}
}
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:
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide