
SkillMCP
Supports UIby architway
JIT skill injection for AI agents via skills.sh — search and inject SKILL.md files on demand.
What it does
SkillMCP connects AI coding agents to the skills.sh registry, allowing agents to search for and inject specific SKILL.md files directly into the conversation. This eliminates context bloat by loading only the necessary instructions when needed.
Tools
search_skills_online: Search the skills.sh registry with keyword variations and return top results.fetch_skill_content: Retrieve the full content of a specific SKILL.md and inject it into the chat.
Installation
{
"mcpServers": {
"skillmcp": {
"command": "npx",
"args": ["-y", "tsx", "src/index.ts"],
"cwd": "/absolute/path/to/SkillMCP"
}
}
}
Supported hosts
Claude Code, Gemini CLI, Cursor, Windsurf, VS Code Copilot
Quick install
git clone https://github.com/architway/SkillMCP.git && cd SkillMCP && npm installInformation
- Pricing
- free
- Published
- 5/27/2026
- stars






