Packkit for Cursor
io.github.packkitjs/packkit-mcp
Scaffold and upgrade modern projects (JS/TS, Python) 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