An MCP server.
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": "go",
"args": [
"run",
"github.com/MdRahimulHassan/Codeforces-MCP-Server@latest"
]
}
}
}
Run in terminal:
claude mcp add codeforces-mcp-serve go run github.com/MdRahimulHassan/Codeforces-MCP-Server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"codeforces-mcp-serve": {
"command": "go",
"args": [
"run",
"github.com/MdRahimulHassan/Codeforces-MCP-Server@latest"
]
}
}
}