Skip to main content
Glama

MacOS Clipboard MCP Server

by newbeb

MacOS 클립보드 MCP 서버

OSAScript를 통해 macOS 클립보드에 접근할 수 있는 MCP 서버입니다. 이 도구를 사용하면 AI 비서가 텍스트, 이미지, 바이너리 데이터 등 사용자 클립보드에 있는 콘텐츠를 확인할 수 있습니다.

특징

  • macOS 클립보드에서 콘텐츠 검색
  • 다양한 콘텐츠 유형을 지원합니다.
    • 텍스트
    • 이미지(PNG)
    • 원시 바이너리 데이터

설치

지엑스피1

용법

서버를 시작하려면:

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 운영 체제
  • 번 런타임
Install 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.

OSAScript를 통해 텍스트, 이미지, 바이너리 데이터를 지원하여 AI 어시스턴트가 macOS 클립보드 콘텐츠에 액세스할 수 있도록 합니다.

  1. 특징
    1. 설치
      1. 용법
        1. 구현 노트
          1. 요구 사항

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Provides screenshot and OCR capabilities for macOS.
              Last updated -
              1
              692
              20
              JavaScript
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.
              Last updated -
              693
              10
              TypeScript
              MIT License
            • 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
              TypeScript
              • 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 -
              73
              TypeScript
              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