New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@vibesharingapp/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vibesharingapp/mcp-server

MCP server for VibeSharing - register prototypes and get feedback directly from Claude Code

Source
npmnpm
Version
0.12.3
Version published
Weekly downloads
45
-60.18%
Maintainers
1
Weekly downloads
 
Created
Source

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.

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@latest

Then 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?"

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 erg-v3-teams"

Claude confirms the collection, names the deployment, and handles everything — GitHub repo, Vercel deploy, team registration — in one conversation.

Check feedback before you start working

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

Open feedback is surfaced automatically at the start of each session. You can also triage, respond, and close feedback directly from your editor.

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 (21)

ToolDescription
Deploy & Share
share_htmlShare static HTML instantly — no Vercel, no GitHub. Auto-bundles CSS/SVGs/images.
deploy_filesDeploy multi-file projects to GitHub + Vercel 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
Organize
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
Feedback
get_feedbackGet feedback and comments for a prototype
triage_feedbackUpdate status, priority, or assignee on feedback
generate_feedback_topicsCreate guided feedback questions for reviewers
close_feedback_loopResolve feedback with a note back to the stakeholder
Context
sync_contextPush CLAUDE.md, AGENTS.md, or project notes
upload_sourceUpload source code to an existing prototype
add_context_linkAttach reference links (Figma, PRDs, docs)
list_context_linksList reference links on a collection or project
remove_context_linkRemove a reference link
Diagnostics
diagnoseHealth check — token, GitHub, deploy locks, recent errors
send_support_requestSend a support request to the admin with context
verify_tokenCheck 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)

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

Learn More

Stop building in isolation. Start shipping with your team.

Keywords

mcp

FAQs

Package last updated on 05 May 2026

Related posts