Skip to content
Grok

filekiwi mcp server for Grok

io.github.file-kiwi/filekiwi-mcp-server

Upload files to file.kiwi and get shareable links instantly.

client:Grok transport:stdio runtime:npm

Install filekiwi mcp server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "filekiwi-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@file-kiwi/filekiwi-mcp-server"
      ]
    }
  }
}

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

filekiwi mcp server in other clients