Loading MCP server directory, please wait...
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
npx @getmcp/cli add io.github.xingbofeng/skill-deckRequires Node.js 18+. Community-contributed server. Review source before installing.
SKILL_DECK_SKILLS_ROOTAbsolute path to the local Skill root directory exposed through SkillDeck.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.xingbofeng/skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": ""
}
}
}
}