faceit-mcp

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.

Category
Visit Server

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

  1. Install dependencies and build:

    npm install
    npm run build
    
  2. 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
  3. Add this server to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on 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"
          }
        }
      }
    }
    
  4. 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_id
  • faceit_get_player_stats — lifetime CS2 stats (K/D, ADR, win rate, HS%, etc.)
  • faceit_get_match_history — recent match list for a player
  • faceit_get_match_stats — full per-round, per-player stats for one match
  • faceit_get_match_details — teams, competition, result for one match
  • faceit_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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured