Back to MCP directory
publicPublicdnsLocal runtime

UploadThing

UploadThing的MCP集成,支持AI助手通过MCP协议上传文件。

article

README

🚀 MCP上传东西

本项目实现了Model Context Protocol(MCP)在UploadThing上的集成,借助此集成,AI助手能够通过MCP协议轻松上传文件,为文件上传操作提供了便捷的解决方案。

🚀 快速开始

本项目是Model Context Protocol(MCP)与UploadThing的集成,可让AI助手利用MCP协议上传文件。

📦 安装指南

需求

  • Node.js 22及以上版本
  • UploadThing账户及令牌
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client