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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers