MCP Server for interacting with Steam
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-steam": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server that provides Steam gaming context to AI assistants. This service integrates with the Steam API to fetch user gaming information and exposes it through the MCP protocol, allowing AI assistants to access and understand users' gaming activities and preferences.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
Unreal Engine MCP server — 19 tools, 300+ actions for AI-driven editor control
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Steam and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that provides Steam gaming context to AI assistants. This service integrates with the Steam API to fetch user gaming information and exposes it through the MCP protocol, allowing AI assistants to access and understand users' gaming activities and preferences.
The easiest way to run the MCP Steam server is using Docker:
docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest
The server can be configured using environment variables:
# Required configuration
STEAM_API_KEY=your_steam_api_key
Clone the repository:
git clone https://github.com/dsp/mcp-steam.git
cd mcp-steam
Use the development shell:
devshell shell
This will set up the required development environment with all necessary dependencies.
Build the project:
mvn package
docker build -t mcp-server-steam .
The server implements the Model Context Protocol (MCP) specification. For detailed API documentation, please refer to the MCP Documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License