Skip to main content
Glama

MacOS Clipboard MCP Server

by newbeb

MacOS クリップボード MCP サーバー

OSAScript経由でmacOSクリップボードへのアクセスを提供するMCPサーバー。このツールにより、AIアシスタントはユーザーのクリップボードにあるテキスト、画像、バイナリデータなどのコンテンツを参照できます。

特徴

  • macOSクリップボードからコンテンツを取得する

  • 複数のコンテンツ タイプをサポートします。

    • 文章

    • 画像(PNG)

    • 生のバイナリデータ

インストール

bun install

使用法

サーバーを起動するには:

bun run start

ホットリロードを使用した開発の場合:

bun run dev

代替開発モード:

bun run dev2 # Run with fastmcp dev bun run inspect # Run with fastmcp inspector bun run mcp-cli # Run with mcp-cli tool

実装ノート

  • osascriptコマンド経由でAppleScriptを使用してmacOSクリップボードと対話します

  • さまざまなクリップボードコンテンツタイプを処理

  • コンテンツは適切なMIMEタイプで返されます

  • クリップボードの内容はリクエスト間で変更される可能性があるため、常にオンデマンドでチェックする必要があります(キャッシュされません)。

要件

  • macOSオペレーティングシステム

  • Bunランタイム

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI アシスタントに macOS クリップボードのコンテンツへのアクセスを提供し、OSAScript を介してテキスト、画像、バイナリ データをサポートします。

  1. 特徴
    1. インストール
      1. 使用法
        1. 実装ノート
          1. 要件

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              A collection of tools that enable AI assistants to interact with Apple applications and services including Contacts, Notes, Messages, Mail, Reminders, Calendar, Maps, and Web Search through the Model Context Protocol.
              Last updated -
              8
              1
              • Apple
            • -
              security
              A
              license
              -
              quality
              An MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.
              Last updated -
              75
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A high-performance server that provides clipboard access for AI assistants, specifically designed to solve the VSCode + WSL2 image clipboard limitation when using Claude.
              Last updated -
              2
              3
              MIT License
              • Apple
              • Linux
            • A
              security
              A
              license
              A
              quality
              Provides programmatic access to Xcode functionality, enabling AI assistants to create, build, test, and manage iOS/macOS projects directly.
              Last updated -
              27
              17
              3
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/newbeb/clipboard-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server