MacOS剪贴板访问
STDIO用于访问MacOS剪贴板的MCP服务器
用于访问MacOS剪贴板的MCP服务器
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