npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vibeindex-mcp

v1.3.1

Published

MCP server for Vibe Index - search Claude Code skills, plugins, and MCP servers

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, marketplace
  • limit (선택): 결과 개수 (기본 10, 최대 20)

trending

트렌딩 리소스 조회

"요즘 인기있는 스킬 뭐야?"
"이번 주 트렌딩 보여줘"

파라미터:

  • period (선택): day, week, month (기본 week)
  • limit (선택): 결과 개수 (기본 10)

top

스타 순 상위 리소스

"가장 인기있는 MCP 서버 알려줘"
"스타 많은 플러그인 top 5"

파라미터:

  • type (선택): all, skill, plugin, mcp, marketplace
  • limit (선택): 결과 개수 (기본 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

링크