vibeindex-mcp
v1.3.1
Published
MCP server for Vibe Index - search Claude Code skills, plugins, and MCP servers
Maintainers
Readme
Vibe Index MCP Server
MCP server for Vibe Index — search and discover Claude Code skills, plugins, and MCP servers from your AI coding tool.
Works with Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. No API key required.
Claude Code, Cursor, Windsurf 등에서 Vibe Index의 스킬, 플러그인, MCP 서버를 검색하고 설치할 수 있는 MCP 서버입니다.
설치만 하면 바로 사용 가능! API Key 없이 동작합니다.
설치
Claude Desktop
claude_desktop_config.json에 추가:
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
.claude/settings.json에 추가:
{
"mcpServers": {
"vibeindex": {
"command": "npx",
"args": ["-y", "vibeindex-mcp"]
}
}
}사용 가능한 도구
search
리소스 검색
"git 관련 스킬 찾아줘"
"database MCP 서버 검색해줘"파라미터:
query(필수): 검색어type(선택): all, skill, plugin, mcp, marketplacelimit(선택): 결과 개수 (기본 10, 최대 20)
trending
트렌딩 리소스 조회
"요즘 인기있는 스킬 뭐야?"
"이번 주 트렌딩 보여줘"파라미터:
period(선택): day, week, month (기본 week)limit(선택): 결과 개수 (기본 10)
top
스타 순 상위 리소스
"가장 인기있는 MCP 서버 알려줘"
"스타 많은 플러그인 top 5"파라미터:
type(선택): all, skill, plugin, mcp, marketplacelimit(선택): 결과 개수 (기본 10)
install
설치 명령어 조회
"commit-message 스킬 설치 방법 알려줘"파라미터:
name(필수): 리소스 이름type(선택): 리소스 타입
categories
카테고리 및 태그 목록
"어떤 카테고리가 있어?"stats
생태계 통계 조회
"Vibe Index에 몇 개의 리소스가 있어?"사용 예시
Claude Code, Cursor, 또는 Claude Desktop에서:
User: git 관련 스킬 찾아줘
Claude: [search 도구 사용] 검색 결과를 보여드립니다...
User: 그 중에 commit-message 설치해줘
Claude: [install 도구 사용] 설치 명령어입니다:
npx skills add owner/repo --skill commit-message개발
# 의존성 설치
npm install
# 빌드
npm run build
# 개발 모드 (watch)
npm run dev
# 로컬 테스트
npm start라이선스
MIT
