Skip to main content
Glama
xiaoquisme

macos-clipboard-mcp

by xiaoquisme

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
copy_to_clipboardC

copy data to clipboard

paste_from_clipboardD

paste from clipboard

paste_image_from_clipboardA

Paste image from clipboard, automatically detect TIFF/PNG/JPEG formats, and always return the image as a PNG base64-encoded string. Returns an empty string if there is no image in the clipboard.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct clipboard operation: copying data, pasting text, and pasting images. No ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: copy_to_clipboard, paste_from_clipboard, paste_image_from_clipboard.

Tool Count5/5

Three tools are appropriate for a clipboard utility, covering the essential operations without bloat.

Completeness5/5

The tool set covers the fundamental clipboard actions: copy, paste text, and paste image. No obvious gaps for typical usage.

Maintenance

ActivityInactive
ResponsivenessNo issues