Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lutris MCP ServerShow me my library statistics and most played games."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lutris-mcp
MCP server for managing your Lutris game library. Gives AI assistants direct access to browse, search, and manage your Linux gaming collection.
Tools
Tool | Description |
| List and filter games with pagination and sorting |
| Get full game details including categories and YAML config |
| Add a new game to the library |
| Update fields on an existing game |
| Remove a game from the database |
| List all categories with game counts |
| Create a new category |
| Add a game to a category (auto-creates if needed) |
| Remove a game from a category |
| Search games synced from Steam, GOG, etc. |
| Aggregate stats: totals, playtime, breakdowns by runner/platform/service |
Setup
{
"mcpServers": {
"lutris": {
"command": "node",
"args": ["/path/to/lutris-mcp/dist/index.js"]
}
}
}Build
npm install
npm run buildTest
npm testEnvironment Variables
Variable | Default | Description |
|
| Path to Lutris SQLite database |
|
| Path to game YAML configs |
License
MIT
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.