VibeSharing MCP Server
Deploy & Share: Instantly share static HTML pages (share_html), deploy single files or full projects to Vercel/GitHub (deploy_prototype, deploy_files), import GitHub repos (import_repo), register existing URLs (register_prototype), or generate prototypes from design templates (quick_prototype). Validate projects for build issues before deployment (validate_project).
Prototype Management: List, search, update, and delete prototypes; organize them into collections; fuzzy-match deployment targets (resolve_target).
Versions & Variants: View version history (list_versions), fork prototypes to safely explore variants (fork_prototype), and rollback to previous versions (rollback_deploy).
Design Systems: Browse and retrieve organizational design templates (list_templates, get_template) for on-brand prototypes.
Feedback: Retrieve feedback grouped by author (get_feedback), triage items by status/priority/assignee (triage_feedback), auto-generate guided feedback questions (generate_feedback_topics), and close feedback loops with stakeholders (close_feedback_loop).
Research: Set up customer studies with multiple prototypes and optional A/B/C testing (create_campaign).
Context & Collaboration: Sync project context files like CLAUDE.md/AGENTS.md (sync_context), upload source code for teammates (upload_source), and manage reference links (Figma, PRDs) with add_context_link, list_context_links, remove_context_link.
Diagnostics & Support: Run health checks (diagnose), verify deploy tokens (verify_token), and send support requests (send_support_request).
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VibeSharing MCP ServerShow feedback for my latest prototype"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VibeSharing MCP Server
The missing link between your AI coding assistant and your team.
Note for anyone reading this on GitHub: erova/vibesharing-mcp is a read-only mirror, published automatically on each release. Pull requests against it will be overwritten by the next sync. To report a bug or request a change, please open an issue or write to hello@vibesharing.app.
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.
Quick Start
1. Get Your Token
Sign up at vibesharing.app, then go to Account Settings to:
Copy your deploy token — starts with
vs_Connect your GitHub account (optional) — enables Push to Deploy
2. Connect Your Editor
Cursor / Windsurf / Claude Desktop (recommended — always up to date):
{
"mcpServers": {
"vibesharing": {
"url": "https://vibesharing.app/api/mcp",
"headers": {
"Authorization": "Bearer vs_YOUR_TOKEN"
}
}
}
}Add to .cursor/mcp.json (Cursor) or ~/Library/Application Support/Claude/claude_desktop_config.json (Claude Desktop).
Claude Code:
claude mcp add vibesharing -s user \
-e VIBESHARING_TOKEN=vs_YOUR_TOKEN \
-- npx -y @vibesharingapp/mcp-server@latestThen restart your editor. That's it.
3. Start Sharing
You: "Share this page on VibeSharing"
You: "Deploy this to the Product Redesign collection"
You: "What feedback came in on the dashboard?"Related MCP server: Colab MCP
What You Can Do
Share a static HTML page instantly
"Share this HTML file on VibeSharing"One command. No Vercel, no GitHub, no React wrapper. Your HTML page goes live with a feedback widget built in. CSS, SVGs, and images are auto-bundled into a self-contained file.
Deploy full projects
"Deploy this to VibeSharing in the Hero Use Cases collection as checkout-v3"Claude confirms the collection, names the deployment, and handles everything — GitHub repo, deploy, team registration — in one conversation. Your first three prototypes are hosted on us; connect your own Vercel or Netlify account and the limit disappears.
Match your design system from the first prompt
"Build a settings page using our design system"quick_prototype picks the right template from your org, hands the AI its CSS variables and written design instructions, and deploys — so the prototype is on-brand as it's generated, instead of built generic and retrofitted. Browse what's available with list_templates.
Go through feedback one person at a time
"What feedback did I get on the checkout flow?"
"Walk me through Jordan's comments"On the local server, open feedback across your recent prototypes is summarized on the first VibeSharing tool call of a session — you find out something is waiting without asking. (Not yet on the remote endpoint.)
Asked without a name, get_feedback groups everything by author — "9 items from 4 people, 6 open" — instead of returning a wall of text. Asked with a name, it walks that person's comments one at a time, each carrying the page it was left on, the pinned position, the question it answered, the replies underneath, and the screenshot itself as an image — so you see what they saw rather than opening a link. You decide per comment whether to build it, skip it, or discuss — and close_feedback_loop tells the person what you did.
Keep every version, and branch safely
"Show me the version history"
"Fork this so I can try a dark variant"
"Roll back to v3"Every deploy is a numbered version with its own immutable URL. fork_prototype copies one to a separate URL so you can explore without touching the original, and rollback_deploy restores any earlier version — for git-based and static prototypes alike.
Put it in front of customers
"Set up a study comparing these three variants"create_campaign bundles several prototypes behind one gated portal with your own questions — star ratings, multiple choice, free text — and supports blind randomized A/B/C ordering so a name like "v2" can't skew a preference test. It lands as a draft; opening it and inviting the cohort stays a deliberate step in the dashboard.
Catch build failures before deploying
"Check this will build before we ship it"validate_project looks for the things that actually break deploys — a missing framework dependency, no build script, conflicting configs — and returns fixes rather than a stack trace after the fact.
Keep context alive across sessions
"Sync my CLAUDE.md to VibeSharing"Your project context persists on VibeSharing, so any team member (or AI session) can pick up where you left off. CLAUDE.md and AGENTS.md auto-sync on deploy.
Troubleshoot issues
"Run a VibeSharing health check"The diagnose tool checks your token, GitHub connection, deploy locks, and recent errors — and auto-fixes what it can. If it can't fix something, send_support_request sends a detailed report to the admin.
Available Tools (31)
Tool | Description |
Deploy & Share | |
| Idea to live URL in one step — picks a design system template, generates on-brand code, deploys |
| Share static HTML instantly — no hosting account, no GitHub. Auto-bundles CSS/SVGs/images. |
| Deploy multi-file projects to GitHub + your hosting provider with named deployments |
| Deploy a single code file directly |
| Import a GitHub repo into VibeSharing |
| Register an already-deployed prototype by URL |
| Check a project will build before deploying — missing frameworks, build scripts, conflicting configs |
Design systems | |
| List your org's design system templates |
| Get a template's CSS variables, starter page, and AI design instructions — call before writing code |
Organize | |
| Fuzzy-match collections and projects — confirms where to deploy |
| Create a new collection |
| List/search all prototypes in your org |
| List/search all collections |
| Rename a prototype or update its description and URL, in place |
| Delete a prototype and its history — irreversible, creator or org admin only |
Versions & variants | |
| Version history — version numbers, file counts, commit info, what can be rolled back |
| Copy a prototype to its own URL to explore a variant; the original is untouched |
| Restore a previous version, for git-based and static prototypes |
Research | |
| Set up a customer study — several prototypes, your questions, optional blind A/B/C ordering |
Feedback | |
| Feedback grouped by author, or one person's comments as a queue with full context |
| Update status, priority, or assignee on feedback |
| Create guided feedback questions for reviewers |
| Resolve feedback with a note back to the stakeholder |
Context | |
| Push CLAUDE.md, AGENTS.md, or project notes |
| Upload source code to an existing prototype |
| Attach reference links (Figma, PRDs, docs) |
| List reference links on a collection or project |
| Remove a reference link |
Diagnostics | |
| Health check — token, GitHub, deploy locks, recent errors |
| Send a support request to the admin with context |
| Check that your deploy token is valid |
Remote vs Local
Remote (recommended): Connect to vibesharing.app/api/mcp. Always up to date, no installs, no cache issues. Works everywhere.
Local (advanced): Run via npx. Supports reading files from disk with file_path parameter. Requires Node.js 18+. May need npx clear-npx-cache after updates.
Environment Variables (local only)
Variable | Required | Description |
| Yes | Your deploy token from VibeSharing |
| No | Custom API URL (defaults to https://vibesharing.app) |
Learn More
VibeSharing — Sign up free
Setup Guide — Step-by-step for all editors
Troubleshooting — Common issues and fixes
GitHub — Source code
Stop building in isolation. Start shipping with your team.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceGives AI coding assistants persistent memory, safety controls, and project awareness by tracking coding sessions, protecting critical files from modifications, and managing approval workflows with automatic changelog generation.1913MIT
- AlicenseNot gradedqualityAmaintenanceBridges disconnected AI sessions with persistent project memory and automatic session handoff, integrating GitHub workflows for context-aware development.41419MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to push HTML prototypes to DesignPin for team review and retrieve reviewer feedback.332MIT
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
The team layer for AI coding agents: shared contracts, collision alerts, E2EE sessions.
Adaptive plan/build/review cycles for AI coding assistants, persisted across sessions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/erova/vibesharing-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server