Vibesharing
Rank #19,468io.github.erova/vibesharing
Deploy prototypes and collect team feedback from Claude Code, Cursor, or any MCP client.
Vibesharing is a Model Context Protocol (MCP) server published by erova. It ranks #19,468 of 132,046 servers tracked on MCP Toplist. Vibesharing is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Mar 15, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 112,578 of 132,046 servers on MCP Toplist.
Use Vibesharing
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add vibesharing -e "VIBESHARING_TOKEN=<your VIBESHARING_TOKEN>" -- npx -y @vibesharingapp/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.vibesharing]
command = "npx"
args = ["-y", "@vibesharingapp/mcp-server"]
[mcp_servers.vibesharing.env]
VIBESHARING_TOKEN = "<your VIBESHARING_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<your VIBESHARING_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<your VIBESHARING_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vibesharing": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<your VIBESHARING_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<your VIBESHARING_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibesharing": {
"command": "npx",
"args": [
"-y",
"@vibesharingapp/mcp-server"
],
"env": {
"VIBESHARING_TOKEN": "<your VIBESHARING_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.erova%2Fvibesharing)<a href="https://mcptoplist.com/server/io.github.erova%2Fvibesharing"><img src="https://mcptoplist.com/badge/io.github.erova%2Fvibesharing.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
erova
Available versions (6)
| Version | Published |
|---|---|
| 0.17.0 | Sep 3, 2026 |
| 0.16.0 | Aug 11, 2026 |
| 0.15.0 | Aug 3, 2026 |
| 0.14.1 | Aug 3, 2026 |
| 0.7.3 | Mar 15, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Vibesharing?
- Vibesharing is maintained by erova, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Vibesharing listed on the Official MCP Registry?
- Yes — Vibesharing is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Vibesharing have?
- MCP Toplist tracks 6 versions of Vibesharing, most recently published on Sep 3, 2026.
- Where can I find the source code for Vibesharing?
- The source code for Vibesharing is hosted at github.com/erova/vibesharing-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.