Odel
clipboard mcp server

clipboard mcp server

Local
@cyanheads2TypeScriptApache-2.0Updated 1w ago

Read, write, and inspect the system clipboard on macOS, Linux (X11/Wayland), and Windows via MCP.

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).

npm@cyanheads/clipboard-mcp-serverv0.1.8

Run

npx -y @cyanheads/clipboard-mcp-server

MCP client config

{
  "mcpServers": {
    "clipboard-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/clipboard-mcp-server"
      ]
    }
  }
}
npm@cyanheads/clipboard-mcp-serverv0.1.8

Run

npx -y @cyanheads/clipboard-mcp-server

MCP client config

{
  "mcpServers": {
    "clipboard-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@cyanheads/clipboard-mcp-server"
      ]
    }
  }
}