Skip to content
Grok

skill mcp for Grok

io.github.chrischall/skill-mcp

Serves a directory of Agent Skills over MCP: list, load, read files, run declared scripts

client:Grok transport:stdio runtime:npm

Install skill mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "skill-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/skill-mcp"
      ],
      "env": {
        "SKILLS_DIR": "<SKILLS_DIR>"
      }
    }
  }
}

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

skill mcp in other clients