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

skillsindex-mcp

v0.1.1

Published

MCP server for SkillsIndex — search, score, and submit AI agent tools (MCP servers, Claude skills, GPT actions, IDE plugins)

Readme

skillsindex-mcp

MCP server for SkillsIndex — the scored directory of 11,000+ AI agent tools (MCP servers, Claude skills, GPT actions, IDE plugins).

Give your AI agents the ability to search, score, review, and submit tools from the largest independent AI tool directory.

Tools

| Tool | Description | |------|-------------| | search_tools | Search by keyword, ecosystem, or category — returns ranked results with scores | | get_tool | Full details for a tool: security score, GitHub stats, scoring breakdown | | get_top_rated | Top-rated tools, optionally filtered by ecosystem or category | | check_security | Security score (0-5) + audit notes for any indexed tool | | submit_tool | Submit a new tool for indexing — auto-adds to the review queue | | subscribe | Subscribe an email to The Weekly Index (Thursday newsletter) |

Install

npx skillsindex-mcp

Or install globally:

npm install -g skillsindex-mcp

Claude Desktop

Add to your claude_desktop_config.json:

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

Config file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor / Windsurf / Cline

Add to your MCP settings:

{
  "skillsindex": {
    "command": "npx",
    "args": ["skillsindex-mcp"]
  }
}

Usage Examples

Once connected, you can ask Claude things like:

  • "Search for MCP servers that connect to databases"
  • "What's the security score for the filesystem-mcp-server?"
  • "Show me the top 10 Claude skills"
  • "Submit this GitHub repo to SkillsIndex: https://github.com/..."
  • "Subscribe me to the SkillsIndex weekly newsletter"

Tool Details

search_tools

query:      Search keyword or use case (required)
ecosystem:  mcp_server | claude_skill | gpt_action | openclaw_skill | plugin
category:   databases-storage | browser-automation | code-execution | ...
limit:      1-20 (default: 5)

get_tool

slug:  Tool slug, e.g. "filesystem-mcp-server" (from the URL: skillsindex.dev/tools/[slug]/)

get_top_rated

ecosystem:  optional filter
category:   optional filter
limit:      1-20 (default: 10)

check_security

slug:  Tool slug (preferred)
name:  Tool name (fuzzy match fallback)

submit_tool

name:        Tool name (required)
github_url:  GitHub repo or homepage URL (required)
description: What the tool does (required, min 10 chars)
ecosystem:   mcp_server | claude_skill | gpt_action | ... (default: mcp_server)
category:    databases-storage | browser-automation | ... (default: other)

Submissions land in a review queue. Tools are scored on security, utility, maintenance, and uniqueness before publishing.

subscribe

email:  Email address to subscribe (required)

Data

  • 11,393+ tools across 5 ecosystems
  • Scoring: security (30%) + utility (30%) + maintenance (25%) + uniqueness (15%)
  • Updated weekly via GitHub API
  • Security scores based on static analysis of source code

Links

License

MIT