Skip to content
Grok

skillproof for Grok

io.github.skillproofdev/skillproof

Check whether a Claude Code skill was tested and whether it works before installing it.

client:Grok transport:stdio runtime:npm

Install skillproof in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "skillproof": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "skillproof-mcp"
      ]
    }
  }
}

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

skillproof in other clients