Connect Cursor, Claude, Grok Bot, OpenCode, Codex, or your own agents to Beecargo with MCP. Publish files and get share links back.
Recommended: add Beecargo with no API key. Your client opens Connect with Beecargo in the browser; after you approve, it sends the OAuth token for you.
MCP lets agents send, download, and organize files. Use beecargo_upload with a public URL, a small inline file, or (local MCP only) a file path up to your tier limit.
Call beecargo_upload with a public URL or a small inline file. Return https://beecargo.net/d/{shortId} as soon as the upload responds — do not wait for the safety check before handing the link to a human. To protect the link, call beecargo_update_share_settings and share the unlock details privately. Anonymous uploads also return tokens to claim or delete the file.
Use Add to Cursor or Add to Grok Bot, or add https://mcp.beecargo.net/mcp with no headers in Claude, OpenCode, or Codex. Complete Connect with Beecargo in the browser. The client sends the OAuth access token for you. Clients without OAuth can still use an API key.
For a fast one-shot handoff, connect to https://mcp.beecargo.net/mcp/guest with no headers (rate-limited, typically under 30 seconds to a share link). For lasting access, call beecargo_register_agent, or send an existing API key as Authorization: Bearer bc_… or x-beecargo-api-key. Keep the key secret.
Fastest bootstrap: add https://mcp.beecargo.net/mcp/guest with no headers, then beecargo_upload with a public url. OAuth-capable clients can use /mcp to sign in. Call beecargo_register_agent only when you need owned storage, list, or claim.
{
"mcpServers": {
"beecargo": {
"url": "https://mcp.beecargo.net/mcp"
}
}
}After beecargo_register_agent succeeds, this session keeps the API key so beecargo_list_files and beecargo_claim_file work without pasting the key again.
For direct API requests, send the same key in the Authorization: Bearer bc_… header.
Health: https://mcp.beecargo.net/health
Install the hosted MCP, then complete Connect with Beecargo in the browser:
opencode mcp add beecargo --url https://mcp.beecargo.net/mcp opencode mcp auth beecargo
Install the Beecargo plugin from your client’s marketplace when it is available. You can always connect directly with the hosted MCP URL shown above; you do not need the plugin or access to Beecargo's source code.
Short guides for common MCP flows: