steam

by dsp

Integrations

  • Provides Steam gaming context to AI assistants by integrating with the Steam API to fetch user gaming information, allowing AI assistants to access and understand users' gaming activities and preferences

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

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:
    git clone https://github.com/dsp/mcp-steam.git cd mcp-steam
  2. Use the development shell:
    devshell shell
    This will set up the required development environment with all necessary dependencies.
  3. 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

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provide information about the games you played and how long you played them for to an LLM

  1. Installation
    1. Using Docker (Recommended)
    2. Configuration
  2. Development
    1. Prerequisites
    2. Setting Up Development Environment
    3. Building Docker Image Locally
  3. API Documentation
    1. Contributing
      1. License

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          Enables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.
          Last updated -
          1
          28
          1
          TypeScript
          MIT License
        • -
          security
          -
          license
          -
          quality
          A long-term memory storage system for LLMs that helps them remember context across multiple sessions using semantic search with embeddings to provide relevant historical information from past interactions and development decisions.
          Last updated -
          3
          TypeScript
          MIT License
        • -
          security
          F
          license
          -
          quality
          An MCP server that enables LLMs to 'see' what's happening in browser-based games and applications through vectorized canvas visualization and debug information.
          Last updated -
          35
          23
          JavaScript

        View all related MCP servers

        ID: 2l71qjgiit