Codeforces MCP Server for Cursor
io.github.ketherworks/codeforces
Search Codeforces problems and inspect public problem metadata through the official Codeforces API.
client:Cursor
transport:streamable-http
Install Codeforces MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codeforces": {
"url": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs