Odel
filekiwi mcp server

filekiwi mcp server

Local
@file-kiwi4JavaScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@file-kiwi/filekiwi-mcp-serverv1.0.10

Run

npx -y @file-kiwi/filekiwi-mcp-server

MCP client config

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