skills-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@skills-mcpwhat skills are available?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
skills-mcp
MCP server that serves agent skills (SKILL.md bundles, the format used by
Claude Code plugin skill repos like cloudflare/skills)
to any MCP client — including clients that can't install plugins, such as
claude.ai / Claude Desktop connectors or an aggregator like MetaMCP.
Skills are exposed two ways:
Tools —
list_skills,read_skill,read_skill_filefor tool-oriented clients. The server's MCPinstructionslist every skill so models know when to load one.Resources —
skill://<name>/SKILL.md(plus each bundled file) for resource-aware clients.
Configuration
Env var | Meaning |
| Comma-separated skill sources (required). Each entry is |
| Cache directory for GitHub tarballs (default: OS tmpdir). |
GitHub sources are fetched as tarballs on startup (no git needed) and fall
back to the cached copy if the fetch fails.
Related MCP server: Agent Skills MCP
Usage
SKILLS_SOURCES=cloudflare/skills,raymatos/my-skills npx -y skills-mcp-serverAny directory containing a SKILL.md (searched up to 6 levels deep) is a
skill; YAML frontmatter name: and description: are used when present.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityBmaintenanceDual-interface MCP server that exposes declarative tools and reusable skills via standard MCP protocol and provides a REST API for authoring them.
- AlicenseNot gradedqualityDmaintenanceAn MCP server that makes Agent Skills available to any MCP-compatible agent through a declarative, package.json-based configuration, enabling team-shareable skill management and execution.4MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that unifies and synchronizes AI coding skills across multiple tools, exposing skill discovery and retrieval via list_skills and read_skill.10112MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that adapts, activates, and shares local Agent Skills for runtimes like OpenAI Agents SDK and Claude Code, enabling dynamic discovery and shareable HTML/image artifacts.182MIT
Related MCP Connectors
MCP server for skill documentation, generated by doc2mcp.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/raymatos/skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server