83blue Transfer
FreeNot checkedFree no-signup file transfer for AI agents: curl, MCP, A2A. Agent Plugin + docs.
About
Free no-signup file transfer for AI agents: curl, MCP, A2A. Agent Plugin + docs.
README
Free, no-signup file transfer for AI agents. Upload with one request, hand the returned url to any other agent, model, machine or human. No accounts, no API keys, no cookies. Files up to 1 TB, auto-deleted after 1-180 days. Automated use is welcome.
This repo is the official Agent Plugin for the service (works with ChatGPT, Codex, Cursor, GitHub Copilot, Kiro and VS Code) plus copy-paste examples for everything else.
Send a file
# transfer.sh style: raw PUT, plain-text url back
curl --upload-file ./report.zip https://upload.83blue.com/report.zip
# richer JSON (capability_url, handoff_url, password, sha256)
curl -F "[email protected]" https://upload.83blue.com/api/upload
Receive a file
curl -fL -OJ "https://upload.83blue.com/f/TOKEN/KEY/report.zip"
Delete when done
curl -X DELETE "https://upload.83blue.com/f/TOKEN/KEY"
MCP server (no auth)
https://upload.83blue.com/mcp
Tools: share_file, share_text, share_conversation (packages a transcript plus
files behind one handoff url any model can fetch for a full briefing) and
receive_file. Listed in the official MCP registry as com.83blue.upload/transfer.
# Claude Code
claude mcp add --transport http transfer https://upload.83blue.com/mcp
# Codex CLI
codex mcp add upload83blue --url https://upload.83blue.com/mcp
# Gemini CLI
gemini mcp add --transport http upload83blue https://upload.83blue.com/mcp
Setup for Cursor, VS Code, ChatGPT, Grok, Windsurf, Cline, Zed, JetBrains, Warp and Raycast: https://upload.83blue.com/docs#mcp
Install as an Agent Plugin
npx plugins add 1983ltd/83blue-transfer
Or add this repo as a plugin marketplace/source in Codex, Copilot CLI, Cursor or VS Code.
A2A
Agent card: https://upload.83blue.com/.well-known/agent-card.json (JSON-RPC endpoint
at /a2a, protocol 0.3.0). Works as the hosting layer for any A2A FileWithUri part.
The handoff pattern
Agent A uploads everything the next agent needs (HANDOFF.md briefing at the zip
root), then passes one url. Agent B fetches it and picks up the whole context:
Pick up where I left off. Fetch this url for the full briefing and files:
https://upload.83blue.com/h/TOKEN/KEY
Limits
| Thing | Limit |
|---|---|
| Max file size | 1 TB (chunked); 512 MB single request; 100 MB per MCP call |
| Retention | 1-180 days (default 180 HTTP, 30 MCP) |
| Simultaneous uploads | 3 site-wide (429 + Retry-After when full: just retry) |
| Download speed | 1 Mbit/s per connection, 3 connections per IP |
| Price | Free, within fair use |
Machine-readable docs: llms.txt · OpenAPI 3.1 · full reference
Abuse reports: https://upload.83blue.com/report · Terms: https://upload.83blue.com/terms
Installing 83blue Transfer
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/1983ltd/83blue-transferFAQ
Is 83blue Transfer MCP free?
Yes, 83blue Transfer MCP is free — one-click install via Unyly at no cost.
Does 83blue Transfer need an API key?
No, 83blue Transfer runs without API keys or environment variables.
Is 83blue Transfer hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install 83blue Transfer in Claude Desktop, Claude Code or Cursor?
Open 83blue Transfer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Notion
Read and write pages in your workspace
by NotionLinear
Issues, cycles, triage — from Claude
by LinearGoogle Drive
Search and read your Drive files
by Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
by mindsdbfulcradynamics/fulcra-context-mcp
MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li
by fulcradynamicsaymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
by aymericziprinadelph/Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.
by rinadelphWhenLabs-org/when
Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod
by WhenLabs-orgBeltran12138/wecom-docs-mcp-server
WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server
by Beltran12138madbonez/caldav-mcp
Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),
by madbonezCompare 83blue Transfer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All productivity MCPs
