MacOS Clipboard Access
STDIOMCP server providing access to macOS clipboard via OSAScript for text and images.
MCP server providing access to macOS clipboard via OSAScript for text and images.
An MCP server that provides access to the macOS clipboard via OSAScript. This tool allows AI assistants to see what content is on the user's clipboard, including text, images, and binary data.
bun install
To start the server:
bun run start
For development with hot reloading:
bun run dev
Alternative development modes:
bun run dev2 # Run with fastmcp dev bun run inspect # Run with fastmcp inspector bun run mcp-cli # Run with mcp-cli tool
osascript
command to interact with the macOS clipboard