MCP Server for Claude Code

The missing link between your AI assistant and your team

Build prototypes with Claude Code. Share them with your team instantly. Get feedback without leaving your terminal.

You're building fast with AI. But then...

You deploy to Vercel and... forget to tell anyone

"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.
Now it can help you collaborate.

Ship and share in one conversation

Your AI confirms the collection, names the URL, and deploys — no guessing, no duplicates.

claude code

Everything you need, nothing you don't

Deploy in One Prompt

Say 'deploy this to vibesharing' and Claude handles the rest — creates collection, project, deploys your code.

Get Feedback

See what your team thinks without opening a browser. Comments, suggestions, resolved issues.

Sync Context

Your CLAUDE.md is automatically used as the prototype description. Context carries across sessions.

Manage Collections

Create collections, organize prototypes, and attach reference links — all from your terminal.

Up and running in 2 minutes

1

Install the MCP server

claude mcp add vibesharing \
  -e VIBESHARING_TOKEN=vs_your_token \
  -- npx -y @vibesharingapp/mcp-server@latest
2

Get your deploy token

Sign up at VibeSharing and grab your token from Account Settings

3

Configure Claude Code

Add to your Claude Code MCP settings:

{
  "mcpServers": {
    "vibesharing": {
      "command": "npx",
      "args": ["-y", "@vibesharingapp/mcp-server@latest"],
      "env": {
        "VIBESHARING_TOKEN": "vs_your_token"
      }
    }
  }
}

Start building

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

Built for how you work

Solo Builders

Stop losing track of what you've built. Every prototype catalogued, shareable, ready for feedback.

Teams

Visibility into what everyone's shipping. Feedback is structured, threaded, and actionable.

Design Leaders

See your team's prototyping velocity. Guide feedback with custom topics. Keep stakeholders in the loop.

Stop building in isolation

Connect Claude Code to VibeSharing and start shipping with your team.

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