Codeforces MCP Server for VS Code
io.github.ketherworks/codeforces
Search Codeforces problems and inspect public problem metadata through the official Codeforces API.
client:VS Code
transport:streamable-http
Install Codeforces MCP Server in VS Code
.vscode/mcp.json
{
"servers": {
"codeforces": {
"type": "http",
"url": "https://codeforces-oj-mcp.lantangtang54.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs