agent-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., "@agent-skills-mcplist available skills"
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.
agent-skills-mcp - Load Agent Skills for your agents
This Python implementation is deprecated. Please use the Rust implementation instead:https://github.com/DiscreteTom/agent-skills-mcp-rs
Usage
Full CLI Usage
Usage: agent-skills-mcp [OPTIONS]
Agent Skills MCP - Load Agent Skills for your agents
╭─ Options ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --skill-folder TEXT Path to folder containing skill markdown files [env var: SKILL_FOLDER] [default: skills] │
│ --mode [tool|system_prompt] Operating mode [env var: MODE] [default: tool] │
│ --version Show version and exit │
│ --help Show this message and exit. │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯Setup
First, put your skills in ~/skills, e.g.
git clone https://github.com/anthropics/skills.git ~/skillsThe server recursively searches for SKILL.md files and follows symlinks, allowing flexible skill organization.
Then, add this to your MCP client configuration:
{
"mcpServers": {
"skills": {
"command": "uvx",
"args": ["agent-skills-mcp"],
"env": {
"SKILL_FOLDER": "~/skills"
}
}
}
}Modes
system_prompt: Include skill information in MCP instructions (recommended if your agent regards MCP server instructions)tool: Register skills as MCP tools (fallback mode since many agents ignore MCP server instructions)
Related MCP server: Skill Jack MCP
CHANGELOG
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
- AlicenseNot gradedqualityDmaintenanceTurns Claude-style skills (SKILL.md files with resources) into callable MCP tools for any agent. Discovers skills from a directory, exposes their instructions and resources, and can execute bundled helper scripts.398MIT
- AlicenseAqualityAmaintenanceIntegrates Agent Skills into LLMs by discovering skills in a configured directory and progressively loading their instructions and resources on demand through a structured disclosure pattern.22916MIT
- AlicenseNot gradedqualityDmaintenanceTurns Claude-style skill folders into MCP tools, resources, and prompts for discovering and using skills.81MIT
- AlicenseAqualityDmaintenanceExposes Agent Skills to AI agents as MCP tools, enabling discovery and activation of skill instructions for coding agents.327MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
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/DiscreteTom/agent-skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server