@munchfile/mcp
v0.2.1
Published
MunchFile MCP server — expose MunchFile tools via the Model Context Protocol.
Downloads
201
Readme
@munchfile/mcp
MCP server for MunchFile — share local files as live URLs from Claude Code.
Install
claude mcp add munchfile npx -y @munchfile/mcpTools
- watch_file(path, visibility?) — Share a file as a live URL. Returns the URL once uploaded.
- list_files() — List all currently shared files with their URLs.
- unwatch_file(path) — Stop sharing a file.
Requirements
- MunchFile CLI installed globally:
npm install -g @munchfile/cli - Logged in:
munchfile login
