Skip to main content
Glama

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:

  • Toolslist_skills, read_skill, read_skill_file for tool-oriented clients. The server's MCP instructions list every skill so models know when to load one.

  • Resourcesskill://<name>/SKILL.md (plus each bundled file) for resource-aware clients.

Configuration

Env var

Meaning

SKILLS_SOURCES

Comma-separated skill sources (required). Each entry is owner/repo, owner/repo#ref, or an absolute local path.

SKILLS_CACHE_DIR

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: mcp-service

Usage

SKILLS_SOURCES=cloudflare/skills,raymatos/my-skills npx -y skills-mcp-server

Any 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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • MCP server for skill documentation, generated by doc2mcp.

  • Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.

View all MCP Connectors

Latest Blog Posts

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