MCP Steam Server
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.
Installation
Using Docker (Recommended)
The easiest way to run the MCP Steam server is using Docker:
docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest
Configuration
The server can be configured using environment variables:
# Required configuration
STEAM_API_KEY=your_steam_api_key
Development
Prerequisites
- OpenJDK 21
- Docker (for container builds)
- Git
- devenv.sh
Setting Up Development Environment
Clone the repository:
git clone https://github.com/dsp/mcp-steam.git cd mcp-steamUse the development shell:
devshell shellThis will set up the required development environment with all necessary dependencies.
Build the project:
mvn package
Building Docker Image Locally
docker build -t mcp-server-steam .
API Documentation
The server implements the Model Context Protocol (MCP) specification. For detailed API documentation, please refer to the MCP Documentation.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT License
Steam Gaming Context Server
Project Details
- dsp/mcp-server-steam
- MIT License
- Last Updated: 2/18/2025
Recomended MCP Servers
钉钉webhook MCP server
为Cursor设计的MCP服务器安装程序,轻松扩展AI能力
A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the HorizonDataWave...
A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link,...
A personal gallery of streamlit apps and components.
Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and...
MCP Server to interact with Google Gsuite prodcuts
A Model Context Protocol server for interacting with the Solana blockchain, powered by the [Solana Agent Kit](https://github.com/sendaifun/solana-agent-kit)





