Steam MCP Server
@Fllugel
关于 Steam MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"steam-mcp-server": {
"command": "uv",
"args": [
"--directory",
"PATH/TO/YOUR/steam-mcp-server",
"run",
"steam-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Steam MCP Server?
Steam MCP Server is a simple Python-based server that enables interaction with Steam Community features via the Model Context Protocol (MCP). It allows users to fetch game achievements, search for top-rated guides, and retrieve detailed guide content.
How to use Steam MCP Server?
Clone the repository, set the required environment variables (API_KEY and STEAM_ID), then run the server using the uv command: uv --directory PATH/TO/YOUR/steam-mcp-server run steam-mcp-server. For MCP clients like Claude, add a JSON configuration block with the command, arguments, and environment variables.
Key features of Steam MCP Server
- Fetches game achievements with unlock status and global unlock rates
- Searches top-rated Steam Community guides by game and keyword
- Retrieves full content of a Steam Community guide by its ID
- Uses the Steam Web API for data retrieval
- Communicates via STDIO for MCP-compatible clients
Use cases of Steam MCP Server
- Query a game’s achievements and see global completion rates
- Search for the highest rated guides for a specific game
- Read the full text of a Steam Community guide in an AI assistant
- Integrate Steam community data into automated workflows or chat bots
FAQ from Steam MCP Server
How do I obtain a Steam API key?
You can get a Steam API key from the Steam API Key Registration page at https://steamcommunity.com/dev/apikey.
Where can I find my Steam User ID?
Your Steam User ID is located in your Steam profile URL, as shown in the Steam client’s profile page.
What environment variables are required to run the server?
You must set API_KEY to your Steam API key and STEAM_ID to your Steam user ID.
How do I run the server?
Run uv --directory PATH/TO/YOUR/steam-mcp-server run steam-mcp-server from the project directory.
How do I add Steam MCP Server to Claude?
Add a JSON configuration entry to Claude with the command uv, the directory argument, and the environment variables API_KEY and STEAM_ID.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论