MCP Server
Active
MIT
Codeforces MCP Server MCP Server
io.github.ketherworks/codeforces
What is the Codeforces MCP Server MCP server?
Search Codeforces problems and inspect public problem metadata through the official Codeforces API.
How to install Codeforces MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"codeforces": {
"url": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"codeforces": {
"serverUrl": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"codeforces": {
"type": "http",
"url": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"codeforces": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
]
}
}
}Claude Code
claude mcp add --transport http codeforces https://codeforces-oj-mcp.lantangtang54.workers.dev/mcpRelated MCP servers
AtCoder MCP Server
Active
Search AtCoder problems and fetch public problem statements through MCP.
0
View repository →TypeScript
MIT