Skip to main content
Glama

mcp_write

Write, update, delete, move, or organize items in the CopyQ clipboard manager's structured tabs for storing text, notes, and tags.

Instructions

Write to CopyQ clipboard manager.

IMPORTANT: All data stored under "mcp/" prefix. When you use tab="info", actual CopyQ path is "mcp/info".

Available tabs:

  • info - general storage (use tab="info")

  • заметки - notes (use tab="заметки")

  • workspace - projects, supports subtabs (use tab="workspace" or "workspace/myproject")

Modes:

  • add: Add item to tab. Params: tab, text, tags (optional), note (optional)

  • update: Update item. Params: tab, index, field, text/tags/note

  • delete: Delete item. Params: tab, index

  • move: Move item. Params: tab, index, to_tab

  • tab_create: Create subtab in workspace only. Params: path (e.g. "workspace/newproject")

  • tab_delete: Delete subtab. Params: path

Response shows full_path (e.g. "mcp/info") confirming where data was written.

Errors: TAB_NOT_FOUND, INDEX_OUT_OF_BOUNDS, PERMISSION_DENIED, MISSING_PARAM

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYesOperation mode
tabNoTab path
indexNoItem index
textNoText content
tagsNoTags list
noteNoNote content
fieldNoField to update
edit_modeNoreplace
matchNoString to match (for substitute)
to_tabNoDestination tab (for move)
pathNoTab path (for tab_create/tab_delete)
intentNoexecute

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/list91/mcp-copyq'

If you have feedback or need assistance with the MCP directory API, please join our Discord server