
Filekiwi Mcp Server
Let your coding agent upload build artifacts, logs, or screenshots to file.kiwi and return a shareable link in one tool call.
Overview
File Kiwi MCP is a MCP server for the Build phase that uploads files to file.kiwi and returns shareable links for agent-driven handoffs.
What is this MCP server?
- Upload local files to file.kiwi from MCP tools
- Instant shareable links for collaborators or support tickets
- npm package @file-kiwi/filekiwi-mcp-server v1.0.10
- stdio transport for standard MCP clients
- No extra env secrets declared in the server manifest
- Registry version 1.0.10
- npm identifier @file-kiwi/filekiwi-mcp-server
- stdio transport only in published package manifest
What problem does it solve?
Agents generate files constantly but solo builders waste time manually uploading and copying links into chats or tickets.
Who is it for?
Builders who want fast artifact sharing from agent sessions without scripting S3 or email attachments.
Skip if: Production asset pipelines, private compliance storage, or large binary CI artifacts that need retention policies and access control.
What do I get? / Deliverables
After install, your agent can push a file to file.kiwi and paste back a ready-to-send URL in the same workflow.
- Uploaded files on file.kiwi from agent tool calls
- Shareable URLs returned into the agent conversation
- Configured @file-kiwi/filekiwi-mcp-server in your MCP stack
Recommended MCP Servers
Journey fit
File handoffs sit in Build when you wire agents into external services that complete a deliverable loop during implementation. Integrations is the right shelf for an upload-and-link MCP bridge to a third-party host, not a local filesystem skill.
How it compares
MCP file-upload integration, not a document authoring skill or internal drive mapper.
Common Questions / FAQ
Who is io.github.file-kiwi/filekiwi-mcp-server for?
Solo developers and indie teams using MCP agents who need quick uploads and share links during builds, demos, or bug reports.
When should I use io.github.file-kiwi/filekiwi-mcp-server?
Use it when an agent-produced file must be shared externally immediately—logs, zips, images, or exports—without manual browser upload.
How do I add io.github.file-kiwi/filekiwi-mcp-server to my agent?
Install @file-kiwi/filekiwi-mcp-server from npm and add it as a stdio MCP server entry in Claude Code, Cursor, or your client’s MCP config.