Logofile.kiwi
Sign up

Apps & Tools

You can use file.kiwi in many ways beyond just the web browser.

🪟 Windows App — Share files with a single right-click from File Explorer

🧩 Chrome Extension — One-click file attachment from any text input field

💬 Discord Bot — Send files on Discord without size limits

⌨️ Terminal (CLI) — Share files with a single command


🪟 Windows App

Select a file in File Explorer, right-click, and it automatically uploads — the download link is copied to your clipboard. Just paste it into an email or messenger and you're done.

Click the button below to install.
Download from Microsoft Store

How to use

  1. Select the file you want to share in File Explorer, then right-click
  2. Upload starts automatically → download link is copied to clipboard
  3. Paste into email or messenger

No need to visit file.kiwi or wait for the upload to finish. Works the same regardless of file size.


🧩 Chrome Extension

Anywhere you can type text — email, social media, blogs, forums — you can instantly insert a file.kiwi web folder link.

How to use

  1. Right-click in the input area where you want to insert a link
  2. Click [Attach Web Folder] from the menu
  3. Select a file → link is automatically inserted as the upload begins

Recipients can start downloading immediately, even before the upload is complete. Files of any size are delivered with zero wait time.

Works on all Chromium-based browsers (including MS Edge).

Install Chrome Extension →


💬 Discord Bot

Discord normally blocks file transfers over 10MB. Add the file.kiwi Discord bot to your server to share files without any size limit.

How to use

  1. Add the bot to your Discord server using the link below
  2. Type /file-send in the chat
  3. Click the link that appears, select your file → share instantly

From typing the command to getting a download link takes just 10 seconds. Works the same for everything from 1MB files to 50GB videos.

If you're not the server admin, send the link below to your server admin.

Add to Discord Server →


🤖 MCP Server

Connect the file.kiwi MCP server to AI tools that support MCP, such as Claude or Cursor. Just tell the AI "share this file" and it will automatically upload and retrieve the download link for you.

A download link is generated the moment the upload starts. You can share the link immediately without waiting for large files to finish uploading.

Installation

GitHub

Usage examples

Once connected, just ask the AI in natural language.

  • "Share this file: C:\Users\me\report.pdf"
  • "Create a download link for presentation.pptx"

⌨️ Terminal (CLI)

In any environment with Node.js installed, you can upload a file and get a download link with a single terminal command.

Prerequisites

How to use

npx -y @file-kiwi/filekiwi-mcp-server "C:\Users\your_file.ext"

Source Code

Running the command starts the upload and immediately outputs the download link. Recipients can start downloading right away without waiting for the upload to complete.

  • No size limits
  • No separate installation or login required (npx runs it automatically)