Connect from your AI client
Cloud Clipboard speaks MCP: add it as an MCP server in any capable AI client (Claude Code, Codex, …) and your assistant can read and write your spaces — save text, upload and fetch files — the same spaces you see on this site.
Authentication uses your personal Develop MCP token — one token for every Develop tool, minted on your account page. Connections made with your token operate on your own spaces.
Connection
One-liner for Claude Code (replace <token> with yours):
Available tools
| create_clipboard | Create a space (optional key and password) |
| list_clipboards | List your recently active spaces |
| get_clipboard_overview | Read a space's text, files and history |
| save_text / get_text | Save / read the space text |
| list_files | List files in a space |
| upload_file_base64 / download_file_base64 | Upload / download a file (base64, size-capped) |
| delete_file | Delete a file from a space |