Odel
Clipboard

Clipboard

Local
@cmeans5PythonApache-2.0Updated 1mo ago

Read and write the system clipboard — tables, text, code, JSON, URLs, images, and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-clipboardv2.6.1

Run

uvx mcp-clipboard

MCP client config

{
  "mcpServers": {
    "clipboard": {
      "command": "uvx",
      "args": [
        "mcp-clipboard"
      ]
    }
  }
}