AtCoder MCP Server for Cursor
io.github.ketherworks/atcoder
Search AtCoder problems and fetch public problem statements through MCP.
client:Cursor
transport:streamable-http
tools:4
Install AtCoder MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"atcoder": {
"url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs