filekiwi-mcp-server
Officialfilekiwi-mcp-server
Model Context Protocol (MCP) server for simple and instant file sharing. Input: file path → Output: download link in seconds even for large files
Features
upload_to_kiwitool: Uploads files to file.kiwi and returns a shareable URL.E2E encrypted upload via file.kiwi API
No browser required — pure Node.js
No file size limit
Download link available immediately (downloads proceed even while upload is still in progress)
Free download period with automatic file deletion — details
Related MCP server: files-mcp-ts
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#secretKey.
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-serverClaude 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
NO AUTHENTICATION or API KEY required?
No. Not at all.
File deletion
Files are automatically deleted after 90 hours. See API docs for details.
Is it free?
Yes, free for any size. There is a free download period per file — see API docs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server that enables AI assistants to download files from URLs to the local filesystem.Last updated22MIT
- FlicenseBqualityDmaintenanceA lightweight MCP server for basic file operations, enabling reading, writing, and listing files securely via the Model Context Protocol.Last updated31
- Alicense-qualityDmaintenanceMCP server for uploading, listing, and retrieving files on S3-compatible storage (AWS S3, DigitalOcean Spaces) with public/private access and temporary URLs.Last updated5MIT
- Alicense-qualityAmaintenanceA full-featured secure MCP server for local file system operations, with built-in image processing, OCR and media tools. Fully compliant with the official Model Context Protocol specification, offering standardized request/response schemas, large-file streaming I/O, multi-transport remote deployment, and comprehensive text search & replace functionality for LLM agent integration.Last updatedApache 2.0
Related MCP Connectors
MCP server for URL shortening and management
MCP (Model Context Protocol) server for Appwrite
Zero-install remote MCP server for proof-of-existence file attestation.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/file-kiwi/filekiwi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server