Vibesharing MCP Server

Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.

Remote serverstreamable-httpGo

What is the Vibesharing MCP server?

Connect Vibesharing to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client. The vibesharing mcp server is what makes that connection.

What the server does

Build prototypes with Claude Code, Cursor, or any AI tool — then instantly share them with your team for feedback. No context switching. No copy-pasting URLs. Just ship and collaborate.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • quick_prototype — Idea to live URL in one step — picks a design system template, generates on-brand code, deploys
  • share_html — Share static HTML instantly — no hosting account, no GitHub. Auto-bundles CSS/SVGs/images
  • deploy_files — Deploy multi-file projects to GitHub + your hosting provider with named deployments
  • deploy_prototype — Deploy a single code file directly
  • import_repo — Import a GitHub repo into VibeSharing
  • register_prototype — Register an already-deployed prototype by URL
  • validate_project — Check a project will build before deploying — missing frameworks, build scripts, conflicting configs
  • list_templates — List your org's design system templates
  • get_template — Get a template's CSS variables, starter page, and AI design instructions — call before writing code
  • Organize — The Organize tool exposed by this server
  • resolve_target — Fuzzy-match collections and projects — confirms where to deploy
  • create_collection — Create a new collection

Credentials and setup notes

Configuration is passed through the environment: VIBESHARING_TOKEN, VIBESHARING_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Vibesharing's toolset — quick_prototype, share_html, deploy_files and 11 more — is a fair guide to whether it matches your workflow. It is maintained by erova; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Vibesharing.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
quick_prototypeIdea to live URL in one step — picks a design system template, generates on-brand code, deploys
share_htmlShare static HTML instantly — no hosting account, no GitHub. Auto-bundles CSS/SVGs/images.
deploy_filesDeploy multi-file projects to GitHub + your hosting provider with named deployments
deploy_prototypeDeploy a single code file directly
import_repoImport a GitHub repo into VibeSharing
register_prototypeRegister an already-deployed prototype by URL
validate_projectCheck a project will build before deploying — missing frameworks, build scripts, conflicting configs
list_templatesList your org's design system templates
get_templateGet a template's CSS variables, starter page, and AI design instructions — call before writing code
OrganizeThe Organize tool exposed by this server.
resolve_targetFuzzy-match collections and projects — confirms where to deploy
create_collectionCreate a new collection
list_prototypesList/search all prototypes in your org
list_collectionsList/search all collections

How to install the Vibesharing MCP server

{
  "mcpServers": {
    "vibesharing": {
      "url": "https://vibesharing.app/api/mcp",
      "headers": {
        "Authorization": "Bearer vs_YOUR_TOKEN"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
VIBESHARING_TOKENCredential the server authenticates with.Yes
VIBESHARING_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Vibesharing to quick prototype.
  • Use Vibesharing to share html.
  • Use Vibesharing to deploy files.

Frequently asked questions

It connects Vibesharing to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (quick_prototype, share_html, deploy_files, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Vibesharing directly.