Skip to content
Cursor

Packkit for Cursor

io.github.packkitlabs/packkit-mcp

Scaffold, compose, and upgrade modern multi-language projects as a native tool for AI agents.

client:Cursor transport:stdio runtime:npm

Install Packkit in Cursor

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

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

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

Packkit in other clients