Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”— Aggregators
  3. Claude Skills MCP
Claude Skills MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 8:47:03 PM

Claude Skills MCP

User RatingsBe the first to rate and review this MCP server!
View Repository403 GitHub StarsTotal stargazers on GitHub for the source repository (403 stars).Visit Website
developer-toolssemantic-searchagent-skillsmcp

Searches curated Claude Agent Skills semantically and exposes progressive skill loading through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "k-dense-ai-claude-skills-mcp": {
      "command": "uvx",
      "args": [
        "claude-skills-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”— More in Aggregators

Overview

K-Dense-AI/claude-skills-mcp MCP server lets MCP-compatible AI clients discover and retrieve Claude Agent Skills through semantic search. A lightweight stdio frontend starts quickly, then downloads and launches a backend with vector-search dependencies on first use. It can index GitHub repositories and local skill directories, with default sources from Anthropic, K-Dense, and the user's local Claude skills path. Reach for it when an assistant needs to find specialized skills across supported sources, but note that the project is no longer hosted or maintained.

Use cases

โ€ขSearch for a skill matching an agent task
โ€ขLoad skill files progressively during a workflow
โ€ขIndex skills from GitHub repositories
โ€ขCombine remote repositories with local Claude skills
โ€ขInspect the available skill inventory

Key features

โ€ขSemantic skill search with vector embeddings
โ€ขProgressive loading of metadata, content, and files
โ€ขGitHub and local-directory skill sources
โ€ขHourly source checks and re-indexing
โ€ขThree MCP tools for search and retrieval
โ€ขLocal operation without API keys

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claude Skills MCP.

Extracted Tool Capabilities
Semantic skill search with vector embeddings
Progressive loading of metadata, content, and files
GitHub and local-directory skill sources
Hourly source checks and re-indexing
Three MCP tools for search and retrieval
Local operation without API keys

How Claude Skills MCP works

What K-Dense-AI/claude-skills-mcp MCP server does

K-Dense-AI/claude-skills-mcp MCP server makes Claude Agent Skills available to MCP-compatible AI applications. It indexes skill metadata and content, then uses vector embeddings and semantic similarity to find skills related to a task description. The project is intended for assistants and coding tools that need to discover relevant skills without relying on a platform-specific native skills implementation.

Default content comes from Anthropic's official skills repository, K-Dense's Scientific Agent Skills collection, and ~/.claude/skills when that local directory exists. Additional GitHub repositories and local directories can be configured as skill sources.

How it works

The distribution separates the MCP entry point from the heavier search implementation. The frontend is a small stdio package designed to start quickly, while the backend contains the vector-search stack based on PyTorch and sentence-transformers. On the first run, the frontend downloads and starts the backend in the background; later starts can reuse the downloaded components.

Search follows a progressive disclosure model. An assistant can first identify relevant skill metadata, load the complete skill content when needed, and then request individual files such as scripts, data, or reference material. The server also checks configured sources hourly and re-indexes them when changes are detected. GitHub content uses automatic caching, and the README states that no API keys are required.

Setup and configuration

The final release, version 1.1.0, remains available from PyPI, and the project supports Python 3.12 and 3.13. A direct standalone launch uses uvx claude-skills-mcp. Cursor can run the same package through an MCP configuration with uvx as the command and claude-skills-mcp as its argument.

To customize the source repositories, local paths, embedding model, or content limits, generate an example configuration with uvx claude-skills-mcp --example-config, edit the resulting JSON, and start the server with --config config.json. The default setup loads more than 160 skills from the stated official and K-Dense collections, according to the README.

Tools and capabilities

The MCP interface exposes three tools:

  • find_helpful_skills searches for skills using a task description and semantic similarity.
  • read_skill_document retrieves a selected file from a skill, including scripts, data, or references.
  • list_skills returns the inventory of loaded skills for exploration or debugging.

The K-Dense-AI/claude-skills-mcp MCP server can therefore support both targeted discovery and inspection of the files behind a selected skill. Its source configuration is suitable for combining public GitHub skill repositories with directories maintained locally.

Limitations and notes

K-Dense-AI/claude-skills-mcp MCP server is no longer hosted or maintained. The repository identifies version 1.1.0 as the final release and says that major AI platforms now support Agent Skills natively. New issues and pull requests may not be reviewed, so teams extending it should consider forking the repository.

The first backend download is comparatively large and may take roughly 60โ€“120 seconds because of the retrieval dependencies. The frontend is designed to avoid client startup timeouts, but that initial setup still requires the backend components to be downloaded. The project is licensed under Apache License 2.0.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Aggregators View all alternatives
  • AllMCPs Server logoAllMCPs Server
    โ˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    ๐Ÿ”— Aggregators15 views
    Compare vs AllMCPs Server โ†’
  • S
    SandBase CLI

    Open-source CLI and MCP server for discovering and calling 2,000+ AI models and APIs through one consistent developer interface.

    ๐Ÿ”— Aggregators9 views
    Compare vs SandBase CLI โ†’
  • Remoteopenclaw MCP logoRemoteopenclaw MCP

    MCP server and CLI to search the Remote OpenClaw directory of 13,870+ MCP servers, 4,384+ agent skills, and plugins. Returns names, links, and install commands. Install: claude mcp add remoteopenclaw -- npx -y remoteopenclaw. CLI: npx remoteopenclaw search . Free, no API key.

    ๐Ÿ”— Aggregators3 views
    Compare vs Remoteopenclaw MCP โ†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    ๐Ÿ”— Aggregators3 views
    Compare vs Openapi MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
403
Stargazers on the source repository.
npm downloads
786
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Claude Skills MCP

Run `uvx claude-skills-mcp`. The final release is available from PyPI, and the frontend downloads the backend on first use.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaude Skills MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/k-dense-ai-claude-skills-mcp?style=directory)](https://allmcps.com/mcp/k-dense-ai-claude-skills-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/k-dense-ai-claude-skills-mcp"><img src="https://allmcps.com/api/badge/k-dense-ai-claude-skills-mcp?style=directory" alt="Claude Skills MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”—Aggregators
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseApache-2.0
ClientsCursor
Last updatedSep 3, 2026
10/10 checks healthy over the last 31d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars403
GitHub Star CountTotal stargazers on GitHub representing community popularity (403 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 20, 2026
npm downloads786/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
51Quality signal: Good ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools17/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท claude-skills-mcp (PyPI)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”— Aggregators โ†’Alternatives to Claude Skills MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code