Upload files to file.kiwi and get shareable links instantly.
{
"mcpServers": {
"io-github-file-kiwi-filekiwi-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Upload files to file.kiwi and get shareable links instantly.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 11 days ago. 3 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
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.