PluginBench
MCP Server
Active
MIT

Clippy MCP Server

io.github.neilberkman/clippy

What is the Clippy MCP server?

Copy AI-generated content to the macOS clipboard: rich Gmail-ready email drafts, text, and files

How to install Clippy

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": {
    "clippy": {
      "command": "https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "clippy": {
      "command": "https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "clippy": {
      "command": "https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "clippy": {
      "type": "stdio",
      "command": "https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add clippy -- https://github.com/neilberkman/clippy/releases/download/v1.8.0/clippy_1.8.0.mcpb

Related MCP servers

CCRider

Active

Full-text search, browse, and resume across your coding agent sessions (Claude Code, Codex, Amp)

123
Go
MIT
View repository →

Sidereon

Active

GNSS positioning and astrodynamics: orbit propagation, passes, GNSS solves, and RINEX QC

14
Rust
MIT
View repository →
Clippy MCP Server | PluginBench