Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI โ†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
  • Remote MCP โ†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) โ†— (opens in a new tab)
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐ŸŽฎ Gaming
  3. Vibe Mcp
V
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:19:17 AM

Vibe Mcp

Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository

Social layer for Claude Code - DMs, presence, discovery, and games between AI-assisted developers

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "vibe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives๐ŸŽฎ More in Gaming

Documentation Overview

โš ๏ธ DEPRECATED โ€” this repo is no longer the source of slashvibe-mcp

As of Jun 27, 2026, the canonical slashvibe-mcp is built from VibeCodingInc/vibe-platform โ†’ mcp-server/ (v0.5.0+), which is a strict superset of this code (adds AIRC/Matrix rooms and more). The published npm package and the npx -y slashvibe-mcp command are unchanged โ€” only the source moved. Do not build or publish from this repo. See mcp-server/CANONICALIZATION.md in vibe-platform for the migration.

/vibe MCP Server

npm version npm downloads CI license node MCP Smithery

Social MCP server โ€” DMs, presence, and discovery for AI-assisted developers. See who's building, message them, share what you shipped. Works with Claude Code, Cursor, VS Code, Windsurf, and any MCP client.

Install

Terminal
claude mcp add vibe -- npx -y slashvibe-mcp
Other editors

Cursor โ€” add to ~/.cursor/mcp.json:

config.json
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }

VS Code โ€” add to .vscode/mcp.json:

config.json
{ "servers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }

Windsurf โ€” add to ~/.codeium/windsurf/mcp_config.json:

config.json
{ "mcpServers": { "vibe": { "command": "npx", "args": ["-y", "slashvibe-mcp"] } } }

Cline โ€” MCP Servers > Configure > Edit JSON, add vibe server as above.

Continue.dev โ€” create .continue/mcpServers/vibe.json:

config.json
{ "command": "npx", "args": ["-y", "slashvibe-mcp"] }

JetBrains โ€” Settings > Tools > AI Assistant > MCP, command npx, args -y slashvibe-mcp.

Getting Started

Code
"let's vibe"

That's it. Authenticates via GitHub, shows who's online, checks your inbox.

Tools

ToolWhat it does
vibe_startEntry point โ€” authenticates, shows presence, checks inbox
vibe_initSet up your identity (GitHub OAuth)
vibe_whoSee who's online and what they're building
vibe_dmSend a direct message
vibe_inboxCheck your unread messages
vibe_statusSet your mood (shipping, thinking, debugging, etc.)
vibe_shipShare what you shipped
vibe_discoverFind people building similar things
vibe_helpShow available commands

How It Works

Code
Your Editor <-> /vibe MCP (stdio) <-> slashvibe.dev API <-> Other users
  • Presence broadcasts via heartbeat โ€” others see you in real time
  • Messages are delivered through the slashvibe.dev API
  • Identity persists via GitHub OAuth โ€” your handle follows you across editors

Troubleshooting

"I installed but don't see /vibe tools" โ€” restart your editor after adding the MCP config.

"Authentication failed" โ€” OAuth opens a browser window. If it didn't open, go to slashvibe.dev/login. The callback runs on localhost:9876 โ€” make sure that port is free.

Development

Terminal
npm install
npm test
npm run lint

Contributing

We welcome contributions. See CLA.md before submitting pull requests.

License

MIT โ€” see LICENSE

Links

  • slashvibe.dev
  • @slashvibe on X

Built by Slash Vibe, Inc.

Related MCP Servers

View all in Gaming View all alternatives
  • Unity MCP logoUnity MCP

    โƒฃ ๐Ÿ  ๐ŸŽ ๐ŸชŸ ๐Ÿง - MCP Server for Unity Editor and for a game made with Unity

    ๐ŸŽฎ Gaming3 views
    Compare vs Unity MCP โ†’
  • P
    Publish

    Publish browser games to Playfrog and get a shareable play link. Free, no account needed.

    ๐ŸŽฎ Gaming1 views
    Compare vs Publish โ†’
  • Unreal Ai Connection logoUnreal Ai Connection

    Drive the Unreal Engine 5.7 editor from any MCP client over a local TCP socket โ€” 105 editor-automation tools (72 native C++ + 33 bridge-side). Native C++ plugin + thin Python bridge, 50ms round-trips. 498 tests, MIT.

    ๐ŸŽฎ Gaming4 views
    Compare vs Unreal Ai Connection โ†’
  • SpriteCook logoSpriteCook

    Generate game assets with AI for 2D games, including sprites, tilesets, and animations.

    ๐ŸŽฎ Gaming0 views
    Compare vs SpriteCook โ†’

Frequently Asked Questions about Vibe Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "vibe-mcp": { "command": "npx", "args": ["-y", "vibe-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVibe Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vibe-mcp?style=directory)](https://allmcps.com/mcp/vibe-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/vibe-mcp"><img src="https://allmcps.com/api/badge/vibe-mcp?style=directory" alt="Vibe Mcp on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸŽฎGaming
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging ยท 27/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐ŸŽฎ Gaming โ†’Best MCP servers for Gaming โ†’Alternatives to Vibe Mcp โ†’Install in Claude DesktopInstall in CursorInstall in VS Code