Skip to content
Grok

getskills for Grok

io.github.sidsaladi9/getskills

Search and install 3,000+ AI skills from getskillsai.org into Claude Code, Cursor, ChatGPT.

client:Grok transport:stdio runtime:npm

Install getskills in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "getskills": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "getskills-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

getskills in other clients