Back to System Ops
Steam
Integrates with the Steam Web API to access user data, game information, and Steam-related functionalities for analyzing gaming habits, providing recommendations, or incorporating Steam profiles into applications.
Last updated: 1/27/2026
README
# How to build
```shell
./gradlew :bootJar
```
# How to run
claude_desktop_config.json:
```json
{
"mcpServers": {
"spring-ai": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.transport=STDIO",
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.bannerMode=off",
"-Dlogging.pattern.console=",
"-jar",
"PATH_TO_PROJECT\\build\\libs\\exi-mcp-1.0-SNAPSHOT.jar",
"--my_steam_id=YOUR_STEAM_ID",
"--my_steam_key=YOUR_STEAM_API_KEY"
]
}
}
}
```Installation
Add this MCP to your configuration:
{
"mcpServers": {
"steam": {
// See GitHub repository for configuration
}
}
}See the GitHub repository for full installation instructions.