skill deck for Grok
io.github.xingbofeng/skill-deck
Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.
client:Grok
transport:stdio
runtime:npm
Install skill deck in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"skill-deck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"skill-deck"
],
"env": {
"SKILL_DECK_SKILLS_ROOT": "<SKILL_DECK_SKILLS_ROOT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs