Skip to content
Grok

uploadkit for Grok

io.github.drumst0ck/uploadkit

UploadKit MCP — 40+ upload components, route scaffolds, BYOS setup, full docs search.

client:Grok transport:stdio runtime:npm

Install uploadkit in Grok

.mcp.json (in your project root)

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

uploadkit in other clients