MCP CopyQ Server
Related Servers
Alternatives to MCP CopyQ Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceProvide AI agents with read and search access to CopyQ clipboard history, plus tab listing, with optional Windows dictation routing to separate tabs.3MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to read and write the system clipboard in native app formats such as Slack, Mural, Figma, and Outlook without API keys. It decodes clipboard content into structured data and generates app-ready clipboard payloads.MIT
- AlicenseNot gradedqualityDmaintenanceProvides clipboard access tools (get and set) for AI assistants via the Model Context Protocol, enabling seamless clipboard operations across platforms.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to directly read, write, watch, clear, and probe the system clipboard across platforms.9MIT

CrossPasteofficial
AlicenseAqualityAmaintenanceOpen-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your devices, read OCR text extracted from copied images, and add new items to the clipboard.52,580AGPL 3.0- AlicenseAqualityAmaintenanceEnables AI agents to search and read screen recordings from Clipy, including transcripts, AI summaries, and key moments with frames.21122 npm3MIT
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: mcp_read is for reading data from the clipboard manager, mcp_write is for writing data to it, and mcp_validate is for validating parameters before operations. There is no overlap in functionality, making it easy for an agent to select the correct tool.
All tool names follow a consistent 'mcp_' prefix with a descriptive verb (read, write, validate), using snake_case uniformly. This predictable pattern enhances readability and reduces confusion.
With three tools, the count is appropriate for the server's purpose of clipboard management, covering read, write, and validation operations. It is well-scoped, though a slightly larger set might offer more granularity, but this is reasonable.
The tool set provides complete CRUD and lifecycle coverage for clipboard data management: mcp_read handles retrieval (including search and listing), mcp_write supports creation, updates, deletion, and movement, and mcp_validate ensures parameter integrity. No obvious gaps exist for the domain.