Model Context Protocol (MCP) server for simple and instan file sharing. input: file path, output: download link
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"filekiwi-mcp-server": {
"command": "npx",
"args": [
"-y",
"file-kiwi/filekiwi-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add filekiwi-mcp-server npx -y file-kiwi/filekiwi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"filekiwi-mcp-server": {
"command": "npx",
"args": [
"-y",
"file-kiwi/filekiwi-mcp-server"
]
}
}
}