Skip to content
Claude Desktop

Luogu MCP Server for Claude Desktop

io.github.kaiserunix/luogu-mcp-server

Search Luogu problems, fetch statements, explore problem sets and get practice recommendations.

client:Claude Desktop transport:streamable-http

Install Luogu MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "luogu-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://luogu-mcp-server.lantangtang54.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Luogu MCP Server in other clients