PluginBench
MCP Server
Active
MIT

AtCoder MCP Server MCP Server

io.github.ketherworks/atcoder

What is the AtCoder MCP Server MCP server?

Search AtCoder problems and fetch public problem statements through MCP.

How to install AtCoder 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": {
    "atcoder": {
      "url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "atcoder": {
      "serverUrl": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "atcoder": {
      "type": "http",
      "url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "atcoder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http atcoder https://api.ksrnyx.top/oj-mcp/atcoder/mcp

Related MCP servers

Search Codeforces problems and inspect public problem metadata through the official Codeforces API.

0
TypeScript
MIT
View repository →