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.
README: https://github.com/exi/mcp-steam
How to build
./gradlew :bootJar
How to run
claude_desktop_config.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"
]
}
}
}

