maroun2/tmpfiles-mcp
3.2
If you are the rightful owner of tmpfiles-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Model Context Protocol (MCP) server for tmpfiles.org temporary file uploads.
Tools
1
Resources
0
Prompts
0
tmpfiles-mcp
Model Context Protocol (MCP) server for tmpfiles.org temporary file uploads.
Features
- Upload files to tmpfiles.org via MCP
- Files are automatically deleted after 60 minutes
- Simple integration with Claude Desktop and other MCP clients
Installation
npm install
Usage
With Claude Desktop
Add to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tmpfiles": {
"command": "node",
"args": ["/path/to/tmpfiles-mcp/index.js"]
}
}
}
Available Tools
upload_file: Upload a file to tmpfiles.org and get a temporary URL
Security Notice
⚠️ Warning: Files uploaded to tmpfiles.org are publicly accessible via direct links. Do not upload sensitive or confidential files.
- Files are deleted after 60 minutes
- Anyone with the link can access the file
- No encryption or access controls
License
MIT