Skip to content
Cursor

Clipboard for Cursor

io.github.cmeans/mcp-clipboard

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

client:Cursor transport:stdio runtime:pypi

Install Clipboard in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Clipboard in other clients