faceit-mcp
Allows querying FACEIT CS2 stats, including player profiles, lifetime stats, match history, and detailed per-match statistics.
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., "@faceit-mcpWhat are my lifetime CS2 stats on FACEIT?"
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.
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 buildGet your FACEIT API key (if you don't already have one):
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.
Related MCP server: Chess.com 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 match
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.
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
- AlicenseBqualityDmaintenanceProvides Chess.com player data integration, enabling AI assistants to fetch real-time chess player profiles and comprehensive statistics including ratings, game counts, and performance metrics from Chess.com's public API.2MIT
- Flicense-qualityDmaintenanceProvides tools to interact with the Chess.com Public API for fetching real-time player profiles and detailed game statistics. It enables LLMs to access information like player ratings, win/loss records, and current online status.
- Alicense-qualityDmaintenanceLive CS2 FACEIT data for Claude — query player stats, match history, head-to-head comparisons, recent form, per-map breakdowns, and full match scoreboards for any public FACEIT player using natural language.1MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to query the FACEIT platform for players, matches, hubs, and tournaments through typed MCP tools generated from the FACEIT Data API v4.64MIT
Related MCP Connectors
Riot Games API: accounts, summoners, matches, league entries, champion mastery.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Live status, API pricing and rate limits for ChatGPT, Claude, Gemini, Cursor and 42+ AI tools.
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/justinbchau/faceit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server