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-clipboardRelated MCP servers
Synology NAS
Active
MCP server for Synology NAS — browse files, monitor health, and automate operations
2
View repository →Python
Apache-2.0