Home/Vibe Index MCP
πŸ”Œ

Vibe Index MCP Server

Official

Search Vibe Index and discover resources in Claude Code, Cursor, Windsurf, and more. Just install and use!

Available Tools

search

Search skills, MCPs, and plugins by keyword

e.g. "search git"

trending

Get trending and rising resources

e.g. "trending"

top

Get top resources by stars

e.g. "top mcp"

install

Get install command for a resource

e.g. "install github"

categories

List categories and popular tags

e.g. "categories"

stats

Get ecosystem statistics

e.g. "stats"

Installation

Claude Desktop

Add the following to your config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "vibeindex": {
      "command": "npx",
      "args": ["-y", "vibeindex-mcp"]
    }
  }
}

Claude Code (CLI)

Install with a single command:

claude mcp add vibeindex -- npx -y vibeindex-mcp

Claude Code (JSON)

Or add to .claude/settings.json manually:

{
  "mcpServers": {
    "vibeindex": {
      "command": "npx",
      "args": ["-y", "vibeindex-mcp"]
    }
  }
}

Usage Example

Ask Claude something like:

πŸ’¬ "Search for git related tools on Vibe Index"

πŸ’¬ "What are the trending MCP servers this week?"

πŸ’¬ "How do I install the github skill?"

Other MCP Clients

You can use the same JSON config in other MCP-compatible AI coding tools:

Cursor: Settings β†’ MCP β†’ Add server with the JSON config above

Windsurf: Add the JSON config to your MCP settings

Cline: Use the JSON config in MCP server settings