{
  "markdown": "# filekiwi-mcp-server\n\nModel Context Protocol (MCP) server for simple and instant file sharing.\n**Input**: file path → **Output**: download link in **seconds** even for **large files**\n\n## Features\n\n- `upload_to_kiwi` tool: Uploads files to [file.kiwi](https://file.kiwi) and returns a shareable URL.\n- E2E encrypted upload via [file.kiwi API](https://file.kiwi/api)\n- No browser required — pure Node.js\n- No file size limit\n- Download link available immediately (downloads proceed even while upload is still in progress)\n- Free download period with automatic file deletion — [details](https://file.kiwi/api)\n\n## Usage\n\nOnce the MCP server is connected, you can ask the AI assistant to share files:\n\n- \"Share this file: C:\\Users\\me\\report.pdf\"\n- \"Upload /home/user/photo.png to file.kiwi\"\n- \"Generate a download link for ./presentation.pptx\"\n\nThe tool will upload the file and return a shareable link like `https://file.kiwi/abcdef12#secretKey`.\n\n\n## Setup\n\n### Test before use\n\n```bash\nnpx -y @file-kiwi/filekiwi-mcp-server \"C:\\User\\your_file.ext\"\n```\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add filekiwi -- npx -y @file-kiwi/filekiwi-mcp-server\n```\n\n### Claude Desktop / Other MCP Clients\n\n```json\n{\n  \"mcpServers\": {\n    \"filekiwi\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@file-kiwi/filekiwi-mcp-server\"]\n    }\n  }\n}\n```\n\n### File Access\n\nSome 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](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem):\n\n```json\n{\n  \"mcpServers\": {\n    \"filekiwi\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@file-kiwi/filekiwi-mcp-server\"]\n    },\n    \"filesystem\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@modelcontextprotocol/server-filesystem\", \"C:/Users/username\"]\n    }\n  }\n}\n```\n\n### FAQ\n\n#### NO AUTHENTICATION or API KEY required?\nNo. Not at all.\n\n#### File deletion\nFiles are automatically deleted after 90 hours. See [API docs](https://file.kiwi/api) for details.\n\n#### Is it free?\nYes, free for any size. There is a free download period per file — see [API docs](https://file.kiwi/api).\n",
  "bytes": 2225,
  "sha": "a0e7c9dad93068ea042c5827356cf9b9b9da1114354f3c1870aa859d48678e20",
  "repo_slug": "file-kiwi/filekiwi-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_file_kiwi_filekiwi_mcp_server_a5866571/readme"
}