Skip to content

@vibe/mcp

Free

by MCP Community

Vibe's MCP server to interact with the Vibe ecosystem

v4.0.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

@vibe/mcp MCP Server

Vibe's MCP server to interact with the Vibe ecosystem

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @vibe/mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "@vibe/mcp": {
      "command": "npx",
      "args": ["-y", "@vibe/mcp"]
    }
  }
}