filekiwi-mcp-server
Model Context Protocol (MCP) server for simple and instant file sharing. Input: file name → Output: download link in Seconds even for large file
README
filekiwi-mcp-server
Model Context Protocol (MCP) server for simple and instant file sharing.
Input: file name → Output: download link in Seconds even for large file
Features
upload_to_kiwitool: Uploads files to file.kiwi and returns a shareable URL.- Automated upload via headless Chrome powered by Playwright.
- No file size limit
- Download link available immediately after file input (downloads proceed even while upload is still in progress)
- Free download period with automatic file deletion details
Usage
Once the MCP server is connected, you can ask the AI assistant to share files:
- "Share this file: C:\Users\me\report.pdf"
- "Upload /home/user/photo.png to file.kiwi"
- "Generate a download link for ./presentation.pptx"
The tool will upload the file and return a shareable link like https://file.kiwi/abcdef12#hashashahshashhashhash.
Setup
Test before use
npx -y @file-kiwi/filekiwi-mcp-server "C:\User\your_file.ext"
Claude Code (CLI)
claude mcp add filekiwi -- npx -y @file-kiwi/filekiwi-mcp-server
Claude Desktop / Other MCP Clients
{
"mcpServers": {
"filekiwi": {
"command": "npx",
"args": ["-y", "@file-kiwi/filekiwi-mcp-server"]
}
}
}
File Access
Some environments (e.g. Claude Desktop) restrict local file system access by default. In that case, the AI may not be able to read file paths on your machine. To enable it, add the filesystem MCP server:
{
"mcpServers": {
"filekiwi": {
"command": "npx",
"args": ["-y", "@file-kiwi/filekiwi-mcp-server"]
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "C:/Users/username"]
}
}
}
FAQ
Why not headless mode?
If the upload fails, this is to allow the user to retry directly in the browser. file.kiwi supports resumable uploads.
NO AUTHENTICATION or API KEY required?
No. Not at all.
File deletion
Files are automatically deleted in 90 hours after upload.
Is it free?
Yes, it is free for any size of files. But, There is free download period for each file. details
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.