clipboard-mcp
Verified Safeby smorand
Overview
Provides cross-platform clipboard operations as an MCP server for AI agents.
Installation
clipboard-mcpSecurity Notes
The source code appears robust against common injection attacks by using `golang.design/x/clipboard`, which interacts with underlying system clipboard utilities (like `xclip` on Linux) by piping data to standard input rather than passing it as command-line arguments. No `eval` or dynamic code execution is observed. The project does not contain hardcoded secrets, obfuscation, or direct network risks beyond its standard I/O communication as an MCP server.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-devtools
A high-performance MCP server providing a unified interface to essential developer tools, featuring OAuth 2.0/2.1 authorization and a multi-layered security framework.
codex-mcp-go
Wraps the OpenAI Codex CLI as an MCP tool, enabling AI clients like KiloCode, Roo Code, and Claude Code to utilize Codex for high-precision coding tasks, debugging, and code reviews within an agentic workflow.
mcp-sdk-go
A Go SDK for building applications that communicate with large language models and external tools via the Model Context Protocol (MCP), supporting both client and server implementations.