Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"filekiwi": {
"args": [
"-y",
"@file-kiwi/filekiwi-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server for simple and instant file sharing. Input: file path → Output: download link in seconds even for large files
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@file-kiwi/filekiwi-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @file-kiwi/filekiwi-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.file-kiwi/filekiwi-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server for simple and instant file sharing. Input: file path → Output: download link in seconds even for large files
upload_to_kiwi tool: Uploads files to file.kiwi and returns a shareable URL.Once the MCP server is connected, you can ask the AI assistant to share files:
The tool will upload the file and return a shareable link like https://file.kiwi/abcdef12#secretKey.
npx -y @file-kiwi/filekiwi-mcp-server "C:\User\your_file.ext"
claude mcp add filekiwi -- npx -y @file-kiwi/filekiwi-mcp-server
{
"mcpServers": {
"filekiwi": {
"command": "npx",
"args": ["-y", "@file-kiwi/filekiwi-mcp-server"]
}
}
}
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"]
}
}
}
No. Not at all.
Files are automatically deleted after 90 hours. See API docs for details.
Yes, free for any size. There is a free download period per file — see API docs.