Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"vibesharing": {
"env": {
"VIBESHARING_TOKEN": "vs_your_token_here"
},
"args": [
"-y",
"@vibesharingapp/mcp-server@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The missing link between your AI coding assistant and your team.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@vibesharingapp/mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @vibesharingapp/mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / devops
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
AI image generation and editing with prompt optimization and quality presets. Powered by Nano Banana
MCP Security Weekly
Get CVE alerts and security updates for io.github.erova/vibesharing and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The missing link between your AI coding assistant and your team.
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.
You're building fast with AI. Prototypes are flying. But then:
Your AI helps you build. But it can't help you collaborate.
Until now.
VibeSharing's MCP server connects Claude Code directly to your team's prototype hub. Every prototype you build becomes instantly shareable, trackable, and open for feedback.
You: "Post this prototype to VibeSharing"
Claude: I found these collections in your org:
1. All Hero Use Cases
2. Compliance Hub
3. Internal Tools
Which collection should this go in? And do you want a custom URL
like erg-v3-teams.vercel.app?
No guessing. No duplicates. Just a quick confirmation and your prototype is live.
"Deploy this to VibeSharing in the Hero Use Cases collection as erg-v3-teams"
Claude confirms the collection, names the deployment, and handles everything—GitHub repo, Vercel deploy, team registration—in one conversation.
"What feedback did I get on the checkout flow prototype?"
See comments, suggestions, and resolved issues without opening a browser.
"Sync my CLAUDE.md (or AGENTS.md) to VibeSharing"
Your project context persists on VibeSharing, so any team member (or AI session) can pick up where you left off.
"List my prototypes"
"Search collections for hero"
Every prototype you've registered, with links and recent activity. Fuzzy search included.
Sign up at vibesharing.app, then go to Account Settings to:
claude mcp add vibesharing -s user \
-e VIBESHARING_TOKEN=vs_PASTE_YOUR_TOKEN \
-- npx -y @vibesharingapp/mcp-server@latest
Important: Replace
vs_PASTE_YOUR_TOKENwith your actual token. Use-s userso it works in all projects. Then restart Claude Code.
Or add to your Claude Code settings manually:
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": ["-y", "@vibesharingapp/mcp-server@latest"],
"env": {
"VIBESHARING_TOKEN": "vs_your_token_here"
}
}
}
}
Using @latest ensures you always get new features and fixes automatically.
That's it. Ask Claude to register prototypes, check feedback, or sync context. It just works.
Stop losing track of what you've built. Every prototype is catalogued, shareable, and ready for feedback when you need it.
Finally, visibility into what everyone's shipping. No more "hey, can you send me that link again?" Feedback is structured, threaded, and actionable.
See the full picture of your team's prototyping velocity. Guide feedback with custom topics. Keep stakeholders in the loop without endless meetings.
| Tool | Description |
|---|---|
resolve_target | Start here. Fuzzy-matches collection/project names and confirms where to deploy before proceeding. |
import_repo | Import a GitHub repo into VibeSharing with a name |