Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mcp_read | Read from CopyQ clipboard manager. MCP tabs (full read/write access):
External tabs (READ-ONLY access with scope="all" or scope="external"):
Modes:
Parameters:
Examples:
Errors: TAB_NOT_FOUND, INDEX_OUT_OF_BOUNDS, INVALID_MODE |
| mcp_write | 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:
Modes:
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 |
| mcp_validate | Validate parameters for mcp_read or mcp_write without executing. Use to check if a call will succeed before making it. Parameters:
Returns:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |