io.github.xingbofeng/skill-deck MCP Server
io.github.xingbofeng/skill-deck
What is the io.github.xingbofeng/skill-deck MCP server?
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
How to install io.github.xingbofeng/skill-deck
Copy-paste configuration for popular MCP clients.
SKILL_DECK_SKILLS_ROOTrequiredAbsolute path to the local Skill root directory exposed through SkillDeck.
{
"mcpServers": {
"skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<YOUR_SKILL_DECK_SKILLS_ROOT>"
}
}
}
}{
"mcpServers": {
"skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<YOUR_SKILL_DECK_SKILLS_ROOT>"
}
}
}
}{
"mcpServers": {
"skill-deck": {
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<YOUR_SKILL_DECK_SKILLS_ROOT>"
}
}
}
}{
"servers": {
"skill-deck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<YOUR_SKILL_DECK_SKILLS_ROOT>"
}
}
}
}claude mcp add skill-deck --env SKILL_DECK_SKILLS_ROOT=<YOUR_SKILL_DECK_SKILLS_ROOT> -- npx -y skill-deckRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.