uploads.sh
Rank #1,978sh.uploads/mcp
Host files from coding agents; stage on a branch and attach to GitHub PRs.
uploads.sh is a Model Context Protocol (MCP) server published by buildinternet. It ranks #1,978 of 115,591 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. uploads.sh is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 113,613 of 115,591 servers on MCP Toplist.
Use uploads.sh
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http uploads https://agents.uploads.sh/mcpclaude mcp add uploads -e "UPLOADS_TOKEN=<your UPLOADS_TOKEN>" -e "UPLOADS_WORKSPACE=<your UPLOADS_WORKSPACE>" -e "UPLOADS_API_URL=<your UPLOADS_API_URL>" -- npx -y @buildinternet/uploads mcpReplace each placeholder with your own value before saving.
[mcp_servers.uploads]
url = "https://agents.uploads.sh/mcp"Add to ~/.codex/config.toml.
[mcp_servers.uploads]
command = "npx"
args = ["-y", "@buildinternet/uploads", "mcp"]
[mcp_servers.uploads.env]
UPLOADS_TOKEN = "<your UPLOADS_TOKEN>"
UPLOADS_WORKSPACE = "<your UPLOADS_WORKSPACE>"
UPLOADS_API_URL = "<your UPLOADS_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://agents.uploads.sh/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"uploads": {
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads",
"mcp"
],
"env": {
"UPLOADS_TOKEN": "<your UPLOADS_TOKEN>",
"UPLOADS_WORKSPACE": "<your UPLOADS_WORKSPACE>",
"UPLOADS_API_URL": "<your UPLOADS_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uploads": {
"url": "https://agents.uploads.sh/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"uploads": {
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads",
"mcp"
],
"env": {
"UPLOADS_TOKEN": "<your UPLOADS_TOKEN>",
"UPLOADS_WORKSPACE": "<your UPLOADS_WORKSPACE>",
"UPLOADS_API_URL": "<your UPLOADS_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"uploads": {
"type": "http",
"url": "https://agents.uploads.sh/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"uploads": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads",
"mcp"
],
"env": {
"UPLOADS_TOKEN": "<your UPLOADS_TOKEN>",
"UPLOADS_WORKSPACE": "<your UPLOADS_WORKSPACE>",
"UPLOADS_API_URL": "<your UPLOADS_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uploads": {
"serverUrl": "https://agents.uploads.sh/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"uploads": {
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads",
"mcp"
],
"env": {
"UPLOADS_TOKEN": "<your UPLOADS_TOKEN>",
"UPLOADS_WORKSPACE": "<your UPLOADS_WORKSPACE>",
"UPLOADS_API_URL": "<your UPLOADS_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"uploads": {
"url": "https://agents.uploads.sh/mcp"
}
}
}{
"mcpServers": {
"uploads": {
"command": "npx",
"args": [
"-y",
"@buildinternet/uploads",
"mcp"
],
"env": {
"UPLOADS_TOKEN": "<your UPLOADS_TOKEN>",
"UPLOADS_WORKSPACE": "<your UPLOADS_WORKSPACE>",
"UPLOADS_API_URL": "<your UPLOADS_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/sh.uploads%2Fmcp)<a href="https://mcptoplist.com/server/sh.uploads%2Fmcp"><img src="https://mcptoplist.com/badge/sh.uploads%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
buildinternet
Other servers by buildinternet
View all buildinternet servers →Available versions (2)
| Version | Published |
|---|---|
| 0.50.0 | Aug 27, 2026 |
| 0.48.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains uploads.sh?
- uploads.sh is maintained by buildinternet, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is uploads.sh listed on the Official MCP Registry?
- Yes — uploads.sh is listed on the Official MCP Registry.
- How many versions does uploads.sh have?
- MCP Toplist tracks 2 versions of uploads.sh, most recently published on Aug 27, 2026.
- Where can I find the source code for uploads.sh?
- The source code for uploads.sh is hosted at github.com/buildinternet/uploads.