MCP.so
登录

MCP Steam Server

@dsp

关于 MCP Steam Server

MCP Server for interacting with Steam

基本信息

分类

其他

传输方式

stdio

发布者

dsp

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-steam": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/dsp/mcp-server-steam:latest"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Steam Server?

A Model Context Protocol (MCP) server that provides Steam gaming context to AI assistants. It integrates with the Steam API to fetch user gaming information and exposes that data through the MCP protocol, enabling AI assistants to access and understand users’ gaming activities and preferences.

How to use MCP Steam Server?

The server can be run using Docker with the command docker run --rm -i ghcr.io/dsp/mcp-server-steam:latest. Configuration requires setting the environment variable STEAM_API_KEY.

Key features of MCP Steam Server

  • Integrates with the Steam API to fetch user gaming data
  • Exposes gaming context via the Model Context Protocol (MCP)
  • Can be deployed using Docker for ease of use
  • Configured with a single environment variable

Use cases of MCP Steam Server

  • Enables AI assistants to understand users’ gaming activities and preferences

FAQ from MCP Steam Server

评论

其他 分类下的更多 MCP 服务器