Skip to content
Cursor

DeliverKit for Cursor

io.github.muzimu217/deliverkit

Plan and verify multi-ecosystem packaging (Linux, Windows, macOS, HarmonyOS) for AI agents.

client:Cursor transport:stdio runtime:npm

Install DeliverKit in Cursor

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

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

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

DeliverKit in other clients