file-kiwi/filekiwi-mcp-server
Model Context Protocol (MCP) server for simple and instan file sharing. input: file path, output: download link
Model Context Protocol (MCP) server for simple and instant file sharing. Input: file name → Output: download link
upload_to_kiwi tool: Uploads files to file.kiwi and returns a shareable URL.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"]
}
}
}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#hashashahshashhashhash.
Loading reviews...