Installer
Freeby MCP Community
MCP server for AI-assisted installation of Velt collaboration features into React and Next.js projects
v0.2.29Added Apr 12, 2026
veltmcpinstallernextjsreact
Installer MCP Server
MCP server for AI-assisted installation of Velt collaboration features into React and Next.js projects
Installation
Reviews
Installation
Quick install
npx -y @velt-js/mcp-installer
Add to claude_desktop_config.json
{
"mcpServers": {
"installer": {
"command": "npx",
"args": ["-y", "@velt-js/mcp-installer"]
}
}
}