# clippy MCP server

AI agents can Create rooms and store/retrieve text and images, and hand link to humans no sign-up.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-idtitanium-clippy
- Repository: https://github.com/IDTitanium/clippy
- Website: https://useclippy.cc

## Install
- Endpoint: https://useclippy.cc/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://useclippy.cc/mcp

## Tools
- create-room-tool (Create Clippy Room) - Create a brand-new Clippy room and get back its 6-character code, a private owner_token, and a share URL. Use this when you want a fresh shared clipboard to push content to a user (hand them the URL) or to coordinate with other agents. Keep the owner_token private — it grants password control over the room. Endpoint: https://useclippy.cc/mcp
- store-item-tool (Store Item in Clippy Room) - Post a piece of text to a Clippy room so it appears on every device and agent watching that room. The room is created automatically if it does not exist yet. Subscribed devices receive a push notification. This is how you "send" something to a user or leave a note for another agent. Returns the stored item. Endpoint: https://useclippy.cc/mcp
- store-image-tool (Store Image in Clippy Room) - Post one or more images (PNG, JPEG, GIF, or WEBP) to a Clippy room so they appear on every device watching it, optionally with a text caption. Pass each image as a base64 string or a data: URI. The room is created if it does not exist. Subscribed devices get a push notification. Returns the stored item, including direct URLs to fetch each image. Endpoint: https://useclippy.cc/mcp
- list-items-tool (List Clippy Room Items) - Read the items in a Clippy room (newest first). Use this to pick up text a user or another agent left for you, or to see what is currently in a shared room. Pass `since` (a millisecond timestamp from a previous call) to fetch only items added after that point. Image items include direct image URLs. Endpoint: https://useclippy.cc/mcp
- room-status-tool (Clippy Room Status) - Check whether a Clippy room exists, whether it is password-protected, and how many items it holds — without reading the contents. Handy before deciding to read or write, or to confirm a code a user gave you is valid. Endpoint: https://useclippy.cc/mcp
- update-item-tool (Update Clippy Item) - Edit the text of an existing item in a Clippy room, identified by its item id (the `id` field returned by store-item / list-items). Image bytes are immutable; this changes only the text. Endpoint: https://useclippy.cc/mcp
- delete-item-tool (Delete Clippy Item) - Delete a single item from a Clippy room by its item id (the `id` returned by store-item / list-items). Any images attached to the item are removed too. This cannot be undone. Endpoint: https://useclippy.cc/mcp
- clear-room-tool (Clear Clippy Room) - Delete ALL items in a Clippy room (and their images). Use with care — this wipes everything shared in the room and cannot be undone. The room itself continues to exist and can be reused. Endpoint: https://useclippy.cc/mcp
- set-room-password-tool (Set Clippy Room Password) - Lock or unlock a Clippy room. Requires the room owner_token (returned by create-room). Pass a password to lock the room; pass an empty password to remove the lock. Only the owner can change this. Endpoint: https://useclippy.cc/mcp

## Resources
- usage-guide-resource - Clippy Usage Guide A concise guide to what Clippy is and how an AI agent should use its tools to move content between itself, other agents, and a human's devices. MIME type: text/plain

## Prompts
- share-to-devices-prompt - Share to My Devices Guides the agent to put a piece of content into a fresh Clippy room and hand the user a link they can open on their phone, laptop, or any other device. Arguments: content

## Metadata
- Owner: io.github.IDTitanium
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 12, 2026
- Source: https://registry.modelcontextprotocol.io
