skill-to-mcp and skill-mcp

skill-to-mcp
54
Established
skill-mcp
48
Emerging
Maintenance 10/25
Adoption 11/25
Maturity 18/25
Community 15/25
Maintenance 6/25
Adoption 11/25
Maturity 18/25
Community 13/25
Stars: 17
Forks: 4
Downloads: 107
Commits (30d): 0
Language: Python
License: Apache-2.0
Stars: 25
Forks: 4
Downloads: 63
Commits (30d): 0
Language: Python
License: MIT
No risk flags
No risk flags

About skill-to-mcp

biocontext-ai/skill-to-mcp

Convert AI Skills (Claude Skills format) to MCP server resources - Part of BioContextAI

Automatically discovers and exposes skills as MCP resources through three core tools: listing available skills, retrieving skill metadata and file contents, and accessing individual skill files with path traversal protection. The server parses YAML frontmatter from `SKILL.md` files to extract metadata, then recursively indexes skill directories for dynamic discovery. Integrates with any MCP client (Claude Desktop, Cline, etc.) via stdio transport and supports flexible deployment—local development, HTTP production servers, and Docker containers.

About skill-mcp

fkesheh/skill-mcp

LLM-managed skills platform using MCP - create, edit, and execute skills programmatically in Claude, Cursor, and any MCP-compatible client without manual file uploads.

# Technical Summary Provides a 22-module MCP server that enables LLMs to unify multiple skills in single code executions through cross-skill imports and automatic dependency/environment aggregation—achieving 98.7% token efficiency gains by following Anthropic's MCP code-execution pattern. Features CRUD operations for skill management stored in `~/.skill-mcp/skills/`, with support for Python/Bash script execution using PEP 723 inline dependencies and per-skill `.env` files. Architecture remains client-agnostic via standard MCP protocol, compatible with Claude Desktop, Cursor, claude.ai, and any MCP-compatible application without vendor lock-in.

Scores updated daily from GitHub, PyPI, and npm data. How scores work