codeforces-mcp-server

Meetnakrani007/codeforces-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
AI-powered MCP server for Codeforces that provides user analytics, contest insights, and smart problem recommendations. Built with Node.js, TypeScript, and Model Context Protocol for competitive programming intelligence.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codeforces-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Meetnakrani007/codeforces-mcp-server"
      ]
    }
  }
}