Steam Gaming Context Server

MCP Server for interacting with Steam

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the Steam Gaming Context Server MCP server manually.

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

Share:
Details:
  • Stars


    1
  • Forks


    3
  • Last commit


    5 months ago
  • Repository age


    5 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to Steam Gaming Context Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Steam Gaming Context Server: MCP Server – MCP.Bar