Faceit Mcp
@bluemadisonblue
About Faceit Mcp
Standalone MCP server for live CS2 FACEIT data — player stats, match history, comparisons, leaderboard, and ELO trend. Works with Claude Desktop and Claude Code.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"faceit-cs2": {
"command": "python",
"args": [
"C:/full/path/to/faceit-mcp/faceit_mcp_server.py"
],
"env": {
"FACEIT_API_KEY": "your_key_here"
}
}
}
}Tools
8ELO, skill level, region, lifetime K/D, HS%, win rate, streaks
Last N matches — map, W/L, K/D, kills, HS%, K/R
Side-by-side stats for 2–6 FACEIT nicknames
Aggregated stats from last N matches: win rate, avg K/D, current streak, per-map breakdown
Full scoreboard for a match by ID — teams, score, all player stats, multi-kills
Per-map win rate, K/D, HS%, and K/R from lifetime segments
Registered users ranked by live ELO
Stored ELO snapshots for a registered user
Overview
What is Faceit Mcp?
An MCP server that gives Claude live CS2 FACEIT data — player stats, match history, side-by-side comparisons, leaderboard, and ELO trend. It integrates with the FACEIT Data API and works with Claude Desktop and Claude Code.
How to use Faceit Mcp?
Clone the repository, install dependencies with pip install -r requirements.txt, and set your FACEIT API key in a .env file. Then configure the server in claude_desktop_config.json or add it via claude mcp add for Claude Code.
Key features of Faceit Mcp
- Get player ELO, level, K/D, HS%, win rate, and streaks
- View match history with map, score, K/D, kills, and HS%
- Compare up to 6 players side-by-side
- Analyze recent form with per-map breakdown
- Retrieve full match scoreboards with all player stats
- Show per-map win rate, K/D, HS%, and K/R
- Live ELO leaderboard and trend (requires SQLite DB)
Use cases of Faceit Mcp
- Check your own or a pro player’s lifetime CS2 stats
- Compare multiple players side-by-side
- Analyze recent match form and map preferences
- Track ELO changes over time
- Review full match details with team and player stats
FAQ from Faceit Mcp
What data can I get?
Player stats, match history, side-by-side comparisons, leaderboard, ELO trend, match details, and per-map performance stats.
Do I need a database?
Most tools work with just an API key. Leaderboard and ELO trend require a SQLite database with registered users.
How do I set up the API key?
Create a .env file with FACEIT_API_KEY=your_key_here or pass it as an environment variable in the Claude Desktop config.
What are the runtime requirements?
Python 3.12+ and dependencies: mcp, aiohttp, aiosqlite, and python-dotenv.
Can I use it with Claude Code?
Yes, add the server via claude mcp add faceit-cs2 -- python /path/to/faceit_mcp_server.py and set the API key in the .env file.
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments