AgentStack
MCP verified MIT Self-run

Mcp Server Steam

mcp-dsp-mcp-server-steam · by dsp

MCP Server for interacting with Steam

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add mcp-dsp-mcp-server-steam

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Are you the author of Mcp Server Steam? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  1. Clone the repository:

``bash git clone https://github.com/dsp/mcp-steam.git cd mcp-steam ``

  1. Use the development shell:

``bash devshell shell `` This will set up the required development environment with all necessary dependencies.

  1. Build the project:

``bash 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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.