Skip to content
Grok

AtCoder MCP Server for Grok

io.github.ketherworks/atcoder

Search AtCoder problems and fetch public problem statements through MCP.

client:Grok transport:streamable-http tools:4

Install AtCoder MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "atcoder": {
      "type": "http",
      "url": "https://api.ksrnyx.top/oj-mcp/atcoder/mcp"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

What Grok can do once it is connected

AtCoder MCP Server in other clients