mcpbeat Sign in

Vibesharing MCP Server

local only

Vibesharing runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 149 · avg 29 · -54% w/w
a month agotoday
108
Installs / week
npm · @vibesharingapp/mcp-server
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Vibesharing every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vibesharing -- npx -y @vibesharingapp/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vibesharing": {
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vibesharing]
command = "npx"
args = ["-y", "@vibesharingapp/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "vibesharing": {
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vibesharing": {
      "args": [
        "-y",
        "@vibesharingapp/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VIBESHARING_TOKEN (Your VibeSharing deploy token (get it from vibesharing.app/dashboard/account)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vibesharing

same job, measured the same way
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Doom MCP
by gunnargrosch

Play DOOM via MCP - works with Claude Code, Cursor, and any MCP client

114 installs/wk local only
Warp Ozbridge
by sena-labs

OzBridge: run Warp Oz agents from any MCP client — Claude Code, Cursor, Codex, VS Code.

38 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Yocoolab
by jonahbkerr

Pin visual feedback on any live web page and send it to Claude Code, Cursor or your AI agent.

79 installs/wk local only
Pathrule
by pathrule

Path-scoped team memories, rules and skills for Claude Code, Cursor, Codex and other MCP clients.

32 tools answering
Genable MCP
by musepy

Write to Figma from any MCP client (Claude Code, Cursor). Complements the read-only official MCP.

48 installs/wk local only
IBM Code Engine MCP Server
by markusvankempen

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

62 installs/wk local only

Vibesharing — questions

Answers built from our own checks of this server.

Why is there no uptime for Vibesharing?
Vibesharing runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @vibesharingapp/mcp-server was installed 108 times last week.
How do I connect Vibesharing?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @vibesharingapp/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Vibesharing?
The npm package @vibesharingapp/mcp-server was installed 108 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vibesharing open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.