Standalone MCP server for live CS2 FACEIT data — player stats, match history, comparisons, leaderboard, and ELO trend. Works with Claude Desktop and Claude Code.
Server Config
{
"mcpServers": {
"faceit-cs2": {
"command": "python",
"args": [
"C:/full/path/to/faceit-mcp/faceit_mcp_server.py"
],
"env": {
"FACEIT_API_KEY": "your_key_here"
}
}
}
}