faceit-mcp
Enables Claude to query FACEIT CS2 stats including player profiles, lifetime stats, match history, and detailed per-match statistics via the FACEIT Data API.
README
FACEIT MCP Server
Lets Claude query your FACEIT CS2 stats directly (player profile, lifetime stats, match history, per-match detailed stats) so you can ask for real analysis instead of pasting screenshots.
Setup
-
Install dependencies and build:
npm install npm run build -
Get your FACEIT API key (if you don't already have one):
- Go to https://developers.faceit.com
- Log in, create an "App" in App Studio
- Generate a server-side API key
-
Add this server to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS, or the equivalent on your OS):{ "mcpServers": { "faceit": { "command": "node", "args": ["/absolute/path/to/faceit-mcp/build/index.js"], "env": { "FACEIT_API_KEY": "your-api-key-here" } } } } -
Restart Claude Desktop. You should see "faceit" as a connected MCP server.
Tools exposed
faceit_find_player— look up a player by nickname, get their player_idfaceit_get_player_stats— lifetime CS2 stats (K/D, ADR, win rate, HS%, etc.)faceit_get_match_history— recent match list for a playerfaceit_get_match_stats— full per-round, per-player stats for one matchfaceit_get_match_details— teams, competition, result for one matchfaceit_analyze_weaknesses— compares a player's last N matches against their own official FACEIT lifetime average for the same stats (K/D, ADR, headshot %, entry success, clutch conversion, utility/flash usage) and flags any that trail their established baseline by 10%+faceit_analyze_match_vs_pro— analyzes one match and ranks which stat areas trailed a pro/reference player's FACEIT lifetime average (defaults to donk666) by the largest relative margin
Notes
- This uses FACEIT's free public Data API (open.faceit.com/data/v4). No cost, subject to their standard rate limits.
- Your API key lives in your local Claude Desktop config, not in this repo — don't commit it anywhere.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.