streamable-httpupdated 1mo ago
Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.
What can you do with vibedeploy?
VibeDeploy MCP Server
Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.
Remote server: https://mcp.vibedeploy.be/mcp (streamable HTTP, OAuth sign-in)
Official MCP registry: be.vibedeploy/vibedeploy
Website: vibedeploy.be ยท vibedeploy.eu
What it does
You build a site with your AI (a Claude artifact, a ChatGPT page, a Lovable or Bolt export, a Vite build, plain HTML). VibeDeploy is the missing last step: the agent deploys it to a live HTTPS URL in one tool call, and can keep editing and redeploying it later from the same conversation.
Hosting runs on Kubernetes in Belgium: automatic SSL, custom domains, deploy history with snapshots and rollback, staging, a forms relay for static contact forms, and GDPR-friendly EU data residency by default.
No local install is needed. This is a remote MCP server: you add one URL to your client and sign in once. Every account starts with a 14-day free trial, no card required.
Quick start
Claude Code
claude mcp add --transport http vibedeploy https://mcp.vibedeploy.be/mcp
Claude Desktop / claude.ai
Settings โ Connectors โ Add custom connector โ https://mcp.vibedeploy.be/mcp
Cursor / Windsurf / other MCP clients
{
"mcpServers": {
"vibedeploy": { "url": "https://mcp.vibedeploy.be/mcp" }
}
}
The first tool call opens a browser window to authorize your VibeDeploy account. After that, try:
"Deploy this site to VibeDeploy and give me the URL."
Tools
38 tools, grouped by what they let the agent do:
| Area | Tools |
|---|---|
| Deploy | deploy_site, build_and_deploy, deploy_from_url, chunked uploads via begin_deploy / add_files / add_file_chunk / commit_deploy / abort_deploy |
| Sites | list_sites, get_site, update_site, delete_site, get_site_analytics, check_domain_availability |
| Files | read_file, read_files, search_files, list_file_hashes, apply_edits, update_file_content, rehost_images |
| Source of truth | list_source_files, read_source_file, read_source_files, write_source_files, delete_source_file (an editable source tree per site, so agents can do incremental edits and rebuilds) |
| Domains and DNS | add_custom_domain, list_custom_domains, verify_custom_domain, remove_custom_domain, list_dns_records |
| Snapshots and history | create_snapshot, list_snapshots, list_deploys, list_history |
| Account and forms | get_account, get_forms_config, set_forms_config, verify_forms_sender_domain |
Typical flows
- Claude artifact to live URL: Claude builds an artifact, you say "deploy this", the agent ships it and replies with the address. Details: hosting Claude artifacts.
- Localhost project to production: the agent runs your build, deploys the output folder, and the URL outlives your laptop. Details: deploy localhost.
- Custom domain:
add_custom_domainplus one CNAME at your registrar; SSL issues automatically. - Safe iteration: every deploy is snapshotted, so a bad regeneration rolls back in one call.
Notes for client authors and agents
- Transport is streamable HTTP at a single endpoint; authorization is standard OAuth (the server is its own issuer at
mcp.vibedeploy.be). - Large sites:
add_filessplits between files,add_file_chunksplits within one file (isFirst/isLast); request bodies are capped at 100 MB. - The platform also supports a no-MCP path: a single deploy-guide file you paste into any chat AI, which teaches it to publish over plain HTTPS. See what is MCP hosting for how the two paths compare.
Support
- Docs and guides: vibedeploy.be/blog
- Pricing: vibedeploy.be/pricing
- Email: support@vibedeploy.be
VibeDeploy is operated by Serso BV (Belgium). All hosting layers, control plane, builds and data live in the EU.
Install
Add vibedeploy to your client. Pick the one you use.
claude mcp add --transport http vibedeploy https://mcp.vibedeploy.be/mcpcodex mcp add vibedeploy --url https://mcp.vibedeploy.be/mcp{
"mcpServers": {
"vibedeploy": {
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"vibedeploy": {
"type": "http",
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"vibedeploy": {
"url": "https://mcp.vibedeploy.be/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"vibedeploy": {
"serverUrl": "https://mcp.vibedeploy.be/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.1Latest | Aug 6, 2026 |
| 1.0.0 | Jun 29, 2026 |