cf-mcp-orange
Provides tools for fetching user profiles, comparing users, searching problemsets, retrieving problem statements, generating practice problem recommendations, analyzing submissions, and recommending unsolved problems from recent contests on Codeforces.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cf-mcp-orangeShow tourist's Codeforces profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cf-mcp-orange 🚀
A complete, all-in-one MCP (Model Context Protocol) server for Codeforces. Designed to supercharge AI coding assistants like Cline and Claude Desktop.
✨ Features (9 Powerful Tools)
get_user– Fetch a detailed profile (rating, max rating, last 5 contests, problem stats by difficulty, top 10 categories).compare_user– Side-by-side comparison of two Codeforces users.get_problemlist– Search the entire problemset by rating range, topic tags (AND/OR), and sorting.get_problem– Retrieve the full problem statement, rating, and tags for any specific contest/problem ID.get_practiceproblems– Identify a user's weakest core topics and recommend 3 targeted problems within+300rating.get_random_practice– A completely random problem within+/- 300of a user's current rating.get_upsolve– Analyzes a user's last 10 contests and recommends unsolved problems within their rating range.get_status– Summarizes the last 1000 submissions (AC/WA/TLE counts) and the 20 most recent attempts.
Related MCP server: CTFd MCP Server
📦 Changelog
v1.0.6 (2026-07-04)
🐛 Fixed:
ModuleNotFoundErrorwhen running the server — changed absolute import to relative import inget_problem.py✅ Verified: All 8 tools tested and working (get_user, compare_user, get_problemlist, get_problem, get_practiceproblems, get_random_practice, get_upsolve, get_status)
🛠️ Installation & Configuration (No Keys Required!)
You don't need to clone or manually install anything! Just add this to your cline_mcp_settings.json or mcp.json:
{
"mcpServers": {
"cf-mcp-orange": {
"command": "uvx",
"args": ["cf-mcp-orange"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceA Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.Last updated71044MIT
- Alicense-qualityDmaintenanceA lightweight MCP server for interacting with CTFd instances, enabling AI tools to authenticate, retrieve challenges, and submit flags.Last updated3MIT
- Alicense-qualityCmaintenanceUniversal MCP server that analyzes any codebase and provides structured context to AI assistants. Dynamic, accurate, and token-efficient.Last updated12MIT
- Flicense-qualityDmaintenanceA standalone MCP server that provides AI tools by proxying requests to the FTC Platform's REST API, enabling tasks like fetching event applications, evaluations, and scoring criteria.Last updated
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spr7a/cf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server