Back to search
30
MCP

@beyondbetter/bb-applescript-mcp-server

jsr/@beyondbetter/bb-applescript-mcp-server

MCP server to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp-applescript
An MCP server that enables LLMs to execute AppleScript commands on macOS
0 tools
applescript-mcp
MCP server that execute applescript giving you full control of your Mac
0 tools
@beyondbetter/bb-mcp-server
A comprehensive library for building Deno-based MCP (Model Context Protocol) servers with OAuth and workflow capabilities.
0 tools
@peakmojo/applescript-mcp
MCP server for executing AppleScript
0 tools
macOS-MCP
MCP server for macOS desktop automation via the Accessibility API.
0 tools
keynote-mcp
An MCP server for controlling Apple Keynote presentations via AppleScript
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@beyondbetter/bb-applescript-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}