mcp-upload-file
If you are the rightful owner of mcp-upload-file and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp-upload-file is a file upload service based on the Model Context Protocol (MCP).
The mcp-upload-file service is designed to facilitate file uploads using the Model Context Protocol (MCP). It allows users to configure and execute file uploads to a specified URL with customizable form data. The service is highly configurable, allowing users to specify the target URL, file key, file name, and additional form data through environment variables. This flexibility makes it suitable for a variety of use cases where file uploads are required, such as data submission, media uploads, and more. The service is executed using the Node.js package manager (npx), ensuring that the latest version of the service is used each time it is run.
Features
- Configurable upload URL: Users can specify the target URL for file uploads.
- Customizable form data: Allows for additional form data to be included in the upload request.
- Dynamic file naming: Users can specify a custom file name for the uploaded file.
- Environment variable support: Configuration is managed through environment variables for flexibility.
- Latest version execution: Utilizes npx to ensure the latest version of the service is used.