Vibe Index MCP Server
OfficialSearch Vibe Index and discover resources in Claude Code, Cursor, Windsurf, and more. Just install and use!
Available Tools
searchSearch skills, MCPs, and plugins by keyword
e.g. "search git"
load_skillLoad a skill's full SKILL.md/README so the AI can apply its knowledge
e.g. "load_skill vitest-skill"
trendingGet trending and rising resources
e.g. "trending"
topGet top resources by stars
e.g. "top mcp"
installGet install command for a resource
e.g. "install github"
categoriesList categories and popular tags
e.g. "categories"
statsGet ecosystem statistics
e.g. "stats"
Installation
Claude Desktop
Add the following to your config file:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%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-mcpClaude 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"
π¬ "Load vitest-skill and use it to help me write tests"
π¬ "What are the trending MCP servers this week?"
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