VULK MCP Server — Build, deploy, and export full-stack applications from any AI assistant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"VULK-dev/vulk-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add vulk-mcp-server npx -y VULK-dev/vulk-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"VULK-dev/vulk-mcp-server"
]
}
}
}