Packkit for VS Code
io.github.danmat/packkit-mcp
Scaffold modern npm packages, CLIs, services and apps as a native tool for AI agents.
client:VS Code
transport:stdio
runtime:npm
Install Packkit in VS Code
.vscode/mcp.json
{
"servers": {
"packkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"packkit-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs