Simple MCP steam server
Project description
Steam MCP Server
Steam MCP Server is a simple Python-based server for interacting with Steam Community features, such as fetching game achievements, searching for top-rated guides, and retrieving detailed guide content.
Features
- Fetch and display game achievements, including unlock status and global unlock rates.
- Search for top-rated Steam Community guides for a specific game and keyword.
- Retrieve the full content of a Steam Community guide by its ID.
Prerequisites
To use the Steam MCP Server, you need the following:
-
Steam API Key:
Obtain your Steam API key from the Steam API Key Registration page.
This key is required to interact with Steam's web API.- Steam User ID:
Retrieve your Steam User ID, which is necessary for certain API operations. You can find it in your Steam profile URL in steam client if you open your profile.
- Steam User ID:
Installation
To use this project, clone the repository and navigate to the project folder:
git clone https://github.com/Fllugel/steam-mcp-server
Usage
You can run the server to connect it to any mcp supported client via STDIO, using the following command:
uv --directory PATH/TO/YOUR/steam-mcp-server run steam-mcp-server
Adding to Claude
To add this MCP to Claude, use the following configuration:
"steam-mcp": {
"command": "uv",
"args": [
"--directory",
"PATH/TO/YOUR/steam-mcp-server",
"run",
"steam-mcp-server"
],
"env": {
"API_KEY": "YUR_API_KEY",
"STEAM_ID": "YOUR_STEAM_ID"
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_fllugel_steam_mcp_server-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_fllugel_steam_mcp_server-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
051e88a232220f65d482918a778ca0375921207c3e9058e4c7262cea83d04c14
|
|
| MD5 |
a2f888e3c16e21cf9486dfaf26f2f2bb
|
|
| BLAKE2b-256 |
b27702fcaef6eeac07f34284edd392547ae05651732337e2adfba1e2dfc2fee1
|
File details
Details for the file iflow_mcp_fllugel_steam_mcp_server-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_fllugel_steam_mcp_server-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.30 {"installer":{"name":"uv","version":"0.9.30","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d97a6119606a37bcef8c24c6121b99de02ff6f1cc29247004ecf8301d66f5dc0
|
|
| MD5 |
0889c85ce89ba396edebda860c8d47d1
|
|
| BLAKE2b-256 |
d5691309fb01c72e38442bf4e31f7dc54fd0edc731ef7a84750baa8409b165ea
|