MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Vibesharing MCP Server

by erova
Developer ToolsLow Risk8.0Local
Free

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

About

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

Security Report

8.0
Low Risk8.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 3 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your VibeSharing deploy token (get it from vibesharing.app/dashboard/account)Required

Environment variable: VIBESHARING_TOKEN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-erova-vibesharing": {
      "env": {
        "VIBESHARING_TOKEN": "your-vibesharing-token-here"
      },
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

VibeSharing MCP Server

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.

The Problem

You're building fast with AI. Prototypes are flying. But then:

  • You deploy to Vercel and... forget to tell anyone
  • Your teammate asks "where's that dashboard thing you made?"
  • Feedback lives in Slack threads that disappear
  • Next AI session? All that context is gone

Your AI helps you build. But it can't help you collaborate.

Until now.

The Solution

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.

What You Can Do

Ship prototypes without leaving your terminal

"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.

Check what your team thinks

"What feedback did I get on the checkout flow prototype?"

See comments, suggestions, and resolved issues without opening a browser.

Keep context alive across sessions

"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.

See all your work in one place

"List my prototypes"
"Search collections for hero"

Every prototype you've registered, with links and recent activity. Fuzzy search included.

Quick Start

1. Get Your Token & Connect GitHub

Sign up at vibesharing.app, then go to Account Settings to:

  • Connect your GitHub account — required for Push to Deploy (gives you automatic push access to prototype repos)
  • Copy your deploy token — needed for the MCP server config below

2. Configure Claude Code

claude mcp add vibesharing -s user \
  -e VIBESHARING_TOKEN=vs_PASTE_YOUR_TOKEN \
  -- npx -y @vibesharingapp/mcp-server@latest

Important: Replace vs_PASTE_YOUR_TOKEN with your actual token. Use -s user so 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.

3. Start Building

That's it. Ask Claude to register prototypes, check feedback, or sync context. It just works.

Why This Matters

For Solo Builders

Stop losing track of what you've built. Every prototype is catalogued, shareable, and ready for feedback when you need it.

For Teams

Finally, visibility into what everyone's shipping. No more "hey, can you send me that link again?" Feedback is structured, threaded, and actionable.

For Design Leaders

See the full picture of your team's prototyping velocity. Guide feedback with custom topics. Keep stakeholders in the loop without endless meetings.

Available Tools

ToolDescription
resolve_targetStart here. Fuzzy-matches collection/project names and confirms where to deploy before proceeding.
import_repoImport a GitHub repo into VibeSharing with a named Vercel deployment
deploy_filesDeploy multi-file projects to VibeSharing with named deployments
deploy_prototypeDeploy a single code file directly
register_prototypeRegister an already-deployed prototype with name, description, and URL
list_prototypesList/search all prototypes in your organization
list_collectionsList/search all collections
get_feedbackGet feedback and comments for any prototype
sync_contextPush CLAUDE.md, AGENTS.md, or project notes to VibeSharing
create_collectionCreate a new collection
upload_sourceUpload source code to an existing prototype
add_context_linkAttach reference links (Figma, PRDs, docs) to collections or projects
list_context_linksList reference links on a collection or project
remove_context_linkRemove a reference link
verify_tokenCheck that your deploy token is valid

Environment Variables

VariableRequiredDescription
VIBESHARING_TOKENYesYour deploy token from VibeSharing
VIBESHARING_URLNoCustom API URL (defaults to https://vibesharing.app)

Examples

Deploy with a named URL

You: "Deploy this to VibeSharing as erg-v3-teams in the Hero Use Cases collection"

Claude: Deployed!

        Live URL: https://erg-v3-teams.vercel.app
        VibeSharing: https://vibesharing.app/dashboard/projects/xyz789

        Your team can now view the prototype and leave feedback.

Fuzzy search for collections

You: "Put this in the hero collection"

Claude: I found "All Hero Use Cases" — is that the right collection?

Get feedback before your next session

You: "Before I continue on the dashboard, what feedback came in?"

Claude: 3 new comments on Dashboard Redesign:
        - Sarah: "Love the new nav, but can we make the search more prominent?"
        - Mike: "The loading states feel snappy now"
        - Alex: "Can we add keyboard shortcuts?" [Resolved]

Keep your AI context in sync

You: "Sync my CLAUDE.md to the Dashboard project on VibeSharing"

Claude: Context synced! Your team can now see your project notes at:
        https://vibesharing.app/dashboard/projects/abc123

Built for the AI-Native Workflow

VibeSharing isn't just another tool to check. It's infrastructure for teams building with AI:

  • Smart deploy targeting — fuzzy-matches collections and projects so you don't need exact IDs
  • Named deployments — deterministic URLs like erg-v3-teams.vercel.app instead of random hashes
  • Context file sync (CLAUDE.md, AGENTS.md) keeps context alive across sessions and team members
  • Guided feedback topics help stakeholders give useful input
  • Email notifications when prototypes update or get feedback
  • Works with any deploy target — Vercel, Netlify, Replit, Lovable, v0, or paste any URL

Learn More

  • VibeSharing — Sign up free
  • Documentation — Full setup guide
  • GitHub — Source code

Stop building in isolation. Start shipping with your team.

claude mcp add vibesharing -s user \
  -e VIBESHARING_TOKEN=vs_PASTE_YOUR_TOKEN \
  -- npx -y @vibesharingapp/mcp-server@latest

Important: Replace vs_PASTE_YOUR_TOKEN with your actual token. Use -s user so it works in all projects. Then restart Claude Code.

Reviews

No reviews yet

Be the first to review this server!

1

installs

New

no ratings yet

Links

Source Codenpm Package

Details

Published March 15, 2026
Version 0.7.3
1 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
511
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
68
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
26
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
18
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
17
Installs
10.0
Security
5.0
Local