Steam Library MCP Server
Provides tools for accessing and searching your Steam game library, including game details, reviews, statistics, and recommendations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Steam Library MCP ServerWhat are my top 10 most played games?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Steam Library MCP Server
A Model Context Protocol (MCP) server that provides access to your Steam game library data through Claude Desktop. It includes a helper script to copy your library data locally to a csv file for the MCP server to ingest.
This repo was developed with Claude Code, and I left Claude's config in here for reference. This was built simply as a learning experience and an example of how to create an MCP server.
Features
Search Games: Find games by name, genre, developer, publisher, review summary, or maturity rating
Filter Games: Filter by playtime, review summary, or maturity rating
Game Details: Get comprehensive information about specific games
Review Analysis: Detailed review statistics for games
Library Statistics: Overview of your entire game library
Recently Played: See what you've been playing lately
Recommendations: Get game suggestions based on your playtime patterns
Related MCP server: Steam MCP Server
Example Interactions using Claude Desktop (Click the dropdowns to see responses)
Prerequisites
Python 3.8 or higher
A Steam account with a public game library
Steam API key (get one from https://steamcommunity.com/dev/apikey)
Your Steam ID
Setup
1. Install Dependencies
pip install -r requirements.txt2. Fetch Your Steam Library Data
First, create a .env file with your Steam credentials:
# .env
STEAM_ID=your_steam_id_here
STEAM_API_KEY=your_steam_api_key_hereThen run the data fetcher:
python steam_library_fetcher.pyThis will create a steam_library.csv file with all your game data.
3. Configure Claude Desktop
Copy the example configuration file and update the paths:
cp claude_desktop_config.example.json claude_desktop_config.jsonEdit claude_desktop_config.json and update the paths to match your system:
{
"mcpServers": {
"Steam Library": {
"command": "/path/to/your/python",
"args": ["/path/to/your/simple-steam-mcp/mcp_server.py"],
"env": {}
}
}
}Then copy it to Claude Desktop's configuration location:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Windows: %APPDATA%\claude\claude_desktop_config.json
4. Test the Server
You can test the server directly:
python mcp_server.py5. Restart Claude Desktop
After updating the configuration file, restart Claude Desktop to load the MCP server.
Usage Examples
Once configured, you can ask Claude Desktop questions like:
"What are my top 10 most played games?"
"Show me all my puzzle games"
"Find games with 'Very Positive' reviews that I haven't played yet"
"What are some good games I should try based on what I've played?"
"Show me details for Half-Life 2"
"What games have I played recently?"
"Give me statistics about my Steam library"
Available Tools
search_games: Search by name, genre, developer, publisher, review summary, or maturity rating
filter_games: Filter by playtime thresholds, review summary, or maturity rating
get_game_details: Get comprehensive info about a specific game
get_game_reviews: Get detailed review statistics
get_library_stats: Overview statistics of your library
get_recently_played: Games played in the last 2 weeks
get_recommendations: Personalized suggestions based on your playtime
Data Source
The server reads from steam_library.csv which should contain columns:
appid, name, maturity_rating, review_summary, review_score, total_reviews
positive_reviews, negative_reviews, genres, categories, developers, publishers
release_date, playtime_forever, playtime_2weeks, rtime_last_played
Troubleshooting
Server not connecting: Check that the path in your Claude Desktop config is correct
CSV not found: Ensure
steam_library.csvis in the same directory as the server scriptPermission errors: Make sure Python has read access to the CSV file
Port conflicts: The server uses port 8000 by default - ensure it's available
Technical Details
Built using the official MCP Python SDK
Uses FastAPI for web transport with SSE (Server-Sent Events)
Pandas for efficient CSV data processing
Runs on all network interfaces (0.0.0.0) for flexibility
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables LLMs to retrieve and analyze Steam game reviews, providing access to review statistics, game information, and helping summarize pros and cons of games.Last updated1757MIT
- AlicenseBqualityCmaintenanceProvides tools for interacting with the Steam Web API to access player profiles, game libraries, achievements, statistics, inventories, and game information through natural language.Last updated34104MIT
- Alicense-qualityDmaintenanceProvides direct access to the RAWG gaming database, allowing users to search for games, retrieve detailed metadata, and explore genres within Claude. It streamlines game research by offering information on ratings, platforms, and release dates through natural language queries.Last updated3MIT
- AlicenseAqualityCmaintenanceConnects Claude to your Steam library via the Steam Web API. Query your games, playtime, recently played history, and store metadata using natural language. Zero-config install via npx steam-mcp.Last updated5285MIT
Related MCP Connectors
Steam Web API: profiles, owned games, achievements, app news, player counts.
Explore and discover video games from the Internet Game Database. Search titles, view detailed inf…
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jimsantora/simple-steam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server