CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Filekiwi Mcp Server

file-kiwi/filekiwi-mcp-server
4STDIOregistry active
Summary

Wraps the file.kiwi API to give Claude instant file sharing capabilities. Exposes a single upload_to_kiwi tool that takes a local file path and returns a shareable download link in seconds, even for large files. The upload is end to end encrypted and has no size limits. Links work immediately since downloads can start while uploads are still in progress. Files auto delete after 90 hours. No API keys or authentication required. You'll want this when you need to quickly share files from a conversation without opening a browser or dealing with cloud storage APIs. Pairs well with the filesystem MCP server if your environment restricts local file access by default.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

filekiwi-mcp-server

Model Context Protocol (MCP) server for simple and instant file sharing. Input: file path → Output: download link in seconds even for large files

Features

  • upload_to_kiwi tool: Uploads files to file.kiwi and returns a shareable URL.
  • E2E encrypted upload via file.kiwi API
  • No browser required — pure Node.js
  • No file size limit
  • Download link available immediately (downloads proceed even while upload is still in progress)
  • Free download period with automatic file deletion — details

Usage

Once the MCP server is connected, you can ask the AI assistant to share files:

  • "Share this file: C:\Users\me\report.pdf"
  • "Upload /home/user/photo.png to file.kiwi"
  • "Generate a download link for ./presentation.pptx"

The tool will upload the file and return a shareable link like https://file.kiwi/abcdef12#secretKey.

Setup

Test before use

npx -y @file-kiwi/filekiwi-mcp-server "C:\User\your_file.ext"

Claude Code (CLI)

claude mcp add filekiwi -- npx -y @file-kiwi/filekiwi-mcp-server

Claude Desktop / Other MCP Clients

{
  "mcpServers": {
    "filekiwi": {
      "command": "npx",
      "args": ["-y", "@file-kiwi/filekiwi-mcp-server"]
    }
  }
}

File Access

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

FAQ

NO AUTHENTICATION or API KEY required?

No. Not at all.

File deletion

Files are automatically deleted after 90 hours. See API docs for details.

Is it free?

Yes, free for any size. There is a free download period per file — see API docs.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
Package@file-kiwi/filekiwi-mcp-server
TransportSTDIO
UpdatedMar 17, 2026
View on GitHub