skill-mcp
Related Servers
Alternatives to skill-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceServes any directory of Agent Skills (SKILL.md folders) over MCP, exposing skills/list, skills/get, and skill:// resources so clients can enumerate and retrieve each skill's frontmatter and files. Every returned file comes with a real SHA-256 digest, letting clients verify content rather than merely trust it.MIT
- AlicenseNot gradedqualityCmaintenanceDynamically loads and exposes skills from a directory with hot-reloading support, enabling users to manage and query skill content via MCP resources and tools.12MIT
- AlicenseAqualityCmaintenanceConverts AI Skills (following Claude Skills format) into MCP server resources, enabling LLM applications to discover, access, and utilize self-contained skill directories through the Model Context Protocol. Provides tools to list available skills, retrieve skill details and content, and read supporting files with security protections.328Apache 2.0
- AlicenseNot gradedqualityCmaintenanceTurns any folder of Markdown agent skills into a local MCP server, exposing them as tools, prompts, and resources for MCP-compatible clients.MIT
- FlicenseNot gradedqualityCmaintenanceServes Agent Skills over MCP using the SEP-2640 Skills Extension, enabling skills discovery, retrieval, and resource reading via MCP.-
- AlicenseNot gradedqualityCmaintenanceServes SKILL.md-based skills as MCP resources and tools over streamable HTTP, enabling remote discovery and retrieval of skill files with full YAML frontmatter parsing.Apache 2.0
TDQS
Scored across 4 tools
Each tool has a clearly distinct role: listing skills, loading a skill's instructions, reading bundled files, and executing declared scripts. No two tools overlap in purpose, and the descriptions reinforce the boundaries.
All tools share the skill_ prefix and use lowercase_snake_case, which is predictable. However, skill_file uses a noun suffix while the others use action verbs, creating a minor pattern deviation.
Four tools is a tight, well-scoped set for a skill management server. Each tool covers a necessary part of the workflow without redundancy or bloat.
The tool surface covers the full skill lifecycle from an agent's perspective: discover skills, load instructions, read referenced files, and execute runnable scripts. No obvious dead ends or missing operations are apparent.