copyq-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@copyq-mcpsearch my clipboard for the nginx configuration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CopyQ MCP
Give AI agents direct access to your CopyQ text history, and keep dictation transcripts out of your normal clipboard tab.
CopyQ remains the database and clipboard UI. This package adds one local MCP server and an optional Windows setup command. It does not run a daemon, expose a network port, or create a second clipboard store.
MCP client ── stdio ──► CopyQ MCP ──► CopyQ history
├─ &clipboard
├─ Codex Dictation
└─ FlowInstall
Prerequisites: CopyQ, Python 3.12 or newer, and uv. CopyQ must be running.
uv tool install https://github.com/AutoraLabs/copyq-mcp/releases/download/v0.1.0/copyq_mcp-0.1.0-py3-none-any.whl
copyq-mcp doctor
codex mcp add copyq -- copyq-mcpRestart Codex after adding the server. Other stdio MCP clients can use
copyq-mcp as the server command.
Related MCP server: MCP CopyQ Server
Use from an agent
Ask naturally:
“Use the three things I just copied.”
“Read the fifth item in my clipboard history.”
“Search my clipboard for the nginx configuration.”
“Check the Codex Dictation tab for my last transcript.”
The MCP server exposes three tools:
clipboard_read(start=0, count=5, tab="clipboard")reads a page of text history, newest first. The result includesnext_startfor later pages.clipboard_search(query, start=0, count=20, tab="clipboard", case_sensitive=false)searches from any row and returns a continuation.clipboard_tabs()lists every CopyQ tab and its item count.
clipboard is an alias for CopyQ's &clipboard tab. Exact tab names also work.
Text items include their zero-based CopyQ row, copy timestamp, origin, and source
window when those fields exist.
Keep dictation out of normal history
On Windows, CopyQ MCP can route matched Codex global dictation and Wispr Flow transcripts into dedicated tabs:
copyq-mcp setup --dictation auto --modernauto enables compatible providers found on the machine. Use codex, wispr,
both, or none to choose explicitly. Classification fails open: if a provider
changes or cannot be inspected, the clipboard item stays in &clipboard.
--modern applies a small, opinionated configuration:
retain 50,000 items;
show tab item counts and one-based row labels;
show six text lines per item with a 100-pixel maximum height;
display copy time;
use
Win+Vto show or hide CopyQ.
Preview changes without writing anything:
copyq-mcp setup --dictation auto --modern --dry-runThe first setup preserves a pre-setup JSON backup for that CopyQ session; repeated setup keeps the baseline instead of backing up an already-configured state. Restore it with:
copyq-mcp restoreRestore leaves provider tabs and their contents intact.
Configuration
The server discovers CopyQ on PATH and in common install locations. Two
environment variables cover non-default installations:
Variable | Meaning |
| Exact path to the CopyQ executable |
| Existing CopyQ session name |
copyq-mcp doctor reports CopyQ readiness, tab counts, routing state, and
provider compatibility.
Deliberate limits
Version 0.1 reads text history only. It does not write, delete, paste, pin, or reorder clipboard items.
Read and search pages contain at most 100 text items. Pagination can continue through the complete tab.
Very large individual text items are returned as an explicit truncated prefix.
Dictation routing is Windows-only. Codex and Wispr are external applications; an upstream storage or clipboard-behavior change can require a classifier update. Routing fails open so that such a change causes clutter, not data loss.
Wispr matching uses exact recent transcript text. Manually copying the same text within ten minutes can also send that copy to
Flow.
Development
git clone https://github.com/AutoraLabs/copyq-mcp.git
cd copyq-mcp
uv sync --locked --all-groups
uv run ruff check .
uv run ruff format --check .
uv run pyright
uv run pytest --cov --cov-report=term-missing
uv buildSee architecture for the implementation boundary and contributing for the small set of project rules.
CopyQ MCP is an independent AutoraLabs integration. It is not affiliated with or endorsed by CopyQ, OpenAI, or Wispr Flow. Source is licensed under the MIT License; AutoraLabs names and marks are not granted under that software license.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI assistants access to the macOS clipboard content, supporting text, images, and binary data via OSAScript.8MIT
- FlicenseAqualityDmaintenanceIntegrates CopyQ clipboard manager with LLM agents, enabling reading, writing, searching, and managing clipboard items organized in tabs with tags and notes through a unified interface.31
- Flicense-qualityCmaintenanceEnables AI coding agents like Claude to read Windows clipboard contents (text and images) from within WSL environments, providing seamless cross-platform clipboard access through the Model Context Protocol.4
- Alicense-qualityDmaintenanceProvides secure file access and clipboard history management for Claude AI and other MCP-compatible clients, with sandboxed file operations and search capabilities.94MIT
Related MCP Connectors
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AutoraLabs/copyq-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server