MCP Directory
Back

mcp-server-clipboard

by modelcontextprotocol-ce · Go · ★ 0

A MCP server to interact with Server Clipboard, research purpose only!

Install

go install github.com/modelcontextprotocol-ce/mcp-server-clipboard@latest

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-clipboard": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol-ce/mcp-server-clipboard"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server that provides clipboard functionality. This implementation follows the MCP specification and offers tools for reading and writing clipboard content. - Simple, lightweight MCP-compliant clipboard server - Secure API token authentication - Configurable clipboard size limits - Tools for clipboard content management: - : Update clipboard content - : Retrieve clipboard content - Configurable port via command-line arguments The server provides the following MCP tools: Updates the clipboard content with user input. - **Input Schema**: - **Example**:…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers