Back to Apps

Clipboard MCP
by oxplot
Retrieve image content from the MacOS clipboard directly into your AI assistant.
0 stars
Works in:claude
Exposes:Tools
What it does
Clipboard MCP connects your AI assistant to the MacOS system clipboard, specifically allowing the retrieval of image data. This enables workflows where you can copy a screenshot or image and immediately ask the AI to analyze it without manually saving the file to disk.
Tools
get_clipboard_image: Retrieves the current image content from the MacOS clipboard for AI analysis.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"clipboard": {
"command": "go",
"args": ["run", "github.com/oxplot/clipboard-mcp@latest"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
claude mcp add clipboard go run github.com/oxplot/clipboard-mcp@latestInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"clipboard": {
"command": "go",
"args": ["run", "github.com/oxplot/clipboard-mcp@latest"]
}
}
}





