Claude Code integration
Ship and share without leaving the conversation.
VibeSharing's MCP server connects Claude Code directly. Register prototypes, deploy them, read feedback, and keep CLAUDE.md context in sync — all from inside the chat.
What it does
- 01
Deploy in one prompt
Tell Claude to deploy. The MCP picks the right collection, names the URL, and ships the code. No copy-pasting paths, no opening a browser to confirm.
- 02
Read feedback inline
Ask Claude what stakeholders said about the latest version. Pinned comments, threaded replies, resolution status — surfaced in the same conversation that built the thing.
- 03
CLAUDE.md syncs automatically
Your project's CLAUDE.md becomes the prototype description. Context travels with each version, so the next session — or the next teammate — picks up where you left off.
- 04
Manage from the terminal
Create collections, organize prototypes, attach reference links, fork or roll back versions. The whole VibeSharing surface, exposed as MCP tools.
Quick start
Install the MCP server
One command from your terminal:
claude mcp add vibesharing \
-e VIBESHARING_TOKEN=vs_your_token \
-- npx -y @vibesharingapp/mcp-server@latestOr configure Claude Code manually
Add to your Claude Code MCP settings:
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": ["-y", "@vibesharingapp/mcp-server@latest"],
"env": {
"VIBESHARING_TOKEN": "vs_your_token"
}
}
}
}Build something
Ask Claude to register a prototype, deploy it, and check feedback. The MCP tools handle the rest.
Stop building in isolation.
Connect Claude Code to VibeSharing and start shipping with the team.
Get started free