devjoaocastro/vulk-mcp-server
VULK MCP Server — Build full-stack web applications from any AI assistant
Platform-specific configuration:
{
"mcpServers": {
"vulk-mcp-server": {
"command": "npx",
"args": [
"-y",
"vulk-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<h1 align="center">VULK MCP Server</h1>
<p align="center"> <strong>Build full-stack web applications from any AI assistant.</strong> </p>
<p align="center"> <a href="https://www.npmjs.com/package/@vulk/mcp-server"></a> <a href="https://vulk.dev"></a> <a href="https://github.com/devjoaocastro/vulk-mcp-server/blob/main/LICENSE"></a> </p>
<p align="center"> Give Claude, Cursor, Windsurf, or VS Code Copilot the ability to generate, edit, and deploy production-ready web applications — powered by <a href="https://vulk.dev">VULK</a>. </p>
---
This MCP server connects AI coding assistants to VULK's app builder. When you say _"build me a project management dashboard"_, it doesn't just return a template — it triggers VULK's full AI generation pipeline:
webapp.vulk.devAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"vulk": {
"command": "npx",
"args": ["-y", "@vulk/mcp-server"],
"env": {
"VULK_API_KEY": "vk_sk_your_key_here"
}
}
}
}Settings → MCP Servers → Add:
{
"vulk": {
"command": "npx",
"args": ["-y", "@vulk/mcp-server"],
"env": {
"VULK_API_KEY": "vk_sk_your_key_here"
}
}
}Create .vscode/mcp.json:
{
"servers": {
Loading reviews...