Steam
About
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.
Details
- Author
- exi
- Repository
- exi/mcp-steam
- GitHub stars
- 1
- License
- GNU General Public License v3.0
- Categories
- Developer Tools, Design, Workplace, File Management, AI, Search, Frontend, Communication, Infrastructure
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
SteamCommand (node, npx, python, etc.)javaArguments-
Argument 1
-Dspring.ai.mcp.server.transport=STDIO -
Argument 2
-Dspring.ai.mcp.server.stdio=true -
Argument 3
-Dspring.main.bannerMode=off -
Argument 4
-Dlogging.pattern.console= -
Argument 5
-jar -
Argument 6
PATH_TO_PROJECT/build/libs/exi-mcp-1.0-SNAPSHOT.jar -
Argument 7
--my_steam_id=YOUR_STEAM_ID -
Argument 8
--my_steam_key=YOUR_STEAM_API_KEY
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"steam": {
"env": {},
"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"
],
"command": "java"
}
}
}
Linux
{
"env": [],
"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"
],
"command": "java"
}
Macos
{
"env": [],
"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"
],
"command": "java"
}
Windows
{
"env": [],
"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"
],
"command": "java"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





