PluginBench
MCP Server
Active
Apache-2.0

Clipboard MCP Server

io.github.cmeans/mcp-clipboard

What is the Clipboard MCP server?

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

How to install Clipboard

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-clipboard": {
      "command": "uvx",
      "args": [
        "mcp-clipboard"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-clipboard": {
      "command": "uvx",
      "args": [
        "mcp-clipboard"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-clipboard": {
      "command": "uvx",
      "args": [
        "mcp-clipboard"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-clipboard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-clipboard"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-clipboard -- uvx mcp-clipboard

Related MCP servers

MCP server for Synology NAS — browse files, monitor health, and automate operations

2
Python
Apache-2.0
View repository →