Skip to content
VS Code

faceit mcp for VS Code

io.github.mrfentmen/faceit-mcp

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

client:VS Code transport:stdio runtime:npm

Install faceit mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "faceit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "faceit-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

faceit mcp in other clients