Skip to content
Cursor

qingkuai mcp server for Cursor

io.github.qingkuai-js/qingkuai-mcp-server

MCP server for Qingkuai (.qk) — docs search, syntax check, compilation, and formatting tools.

client:Cursor transport:stdio runtime:npm

Install qingkuai mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "qingkuai-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qingkuai-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

qingkuai mcp server in other clients