filekiwi-mcp-server

file-kiwi/filekiwi-mcp-server
★ 3 stars JavaScript 🧠 Memory/Knowledge Updated 27d ago
Model Context Protocol (MCP) server for simple and instan file sharing. input: file path, output: download link
View on GitHub →

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"
      ]
    }
  }
}