mcpbeat Sign in

Faceit MCP Server

local only

Faceit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

FACEIT API: players, stats, match history, teams, championships.

Installs / week
npm · faceit-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Faceit MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add faceit-mcp -- npx -y faceit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "faceit-mcp": {
      "args": [
        "-y",
        "faceit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.faceit-mcp]
command = "npx"
args = ["-y", "faceit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "faceit-mcp": {
      "args": [
        "-y",
        "faceit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "faceit-mcp": {
      "args": [
        "-y",
        "faceit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Faceit MCP

same job, measured the same way
Thesportsdb
by pipeworx-io

TheSportsDB MCP — sports catalog (teams, players, events)

51 tools answering
Fantasy Premier League MCP by UnClick
by malamutemayhem

Fantasy Premier League teams, fixtures, players, standings, and league data. By UnClick.

13 installs/wk local only
Telegram Archive MCP
by geiserx

MCP server for Telegram Archive — search messages, browse chats, and access history

29 installs/wk local only
Microsoft Teams API
by maxim-mazurok

AI-native Microsoft Teams integration — read chats, send messages, search people

114 installs/wk local only
Statiko — Telegram trends & channel analytics
by statiko

Live Telegram data: trending topics, channel profiles & metrics, post history incl. edits/deletions.

10 tools answering
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering
Mlb MCP
by mrfentmen

Teams, schedules, and standings from the official MLB Stats API. No key required.

112 installs/wk local only
BrainBrainBrains
by aiaiohhh

Persistent memory + context layer for AI dev teams. 17 tools via MCP.

20 installs/wk local only

Faceit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Faceit MCP?
Faceit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package faceit-mcp.
How do I connect Faceit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls faceit-mcp straight from npm; nothing to host, nothing to sign up for.
Is Faceit MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.