AppleScript BB MCP Server
Enables LLM clients 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.
Ads
Overview
Build enterprise-grade MCP servers with our battle-tested, open-source library. Extracted from production systems and designed for real-world use. MCP is an open protocol that enables AI applications to securely connect to data sources and tools. Think of it as a universal connector for AI systems. Connect any AI application to your business tools and data sources using a standardized protocol. Build once, use with any MCP-compatible AI application as the ecosystem grows. Built-in security features protect your data while enabling powerful integrations.
Installation
deno run --allow-all --unstable-kv jsr:@beyondbetter/bb-applescript-mcp-server
Configuration
{
"mcpServers": {
"bb-applescript": {
"command": "deno",
"args": [
"run",
"--allow-all",
"--unstable-kv",
"jsr:@beyondbetter/bb-applescript-mcp-server"
]
}
}
}Capabilities
- Execute AppleScript
Run AppleScript code directly from AI conversations to control macOS apps and automate tasks.
- Read app dictionaries
Discover what AppleScript commands and objects an application supports via its dictionary.
- Automate Finder
Manage files, set labels, retrieve selections, and organize the file system through Finder integration.
- Manage automation permissions
Check and manage AppleScript automation access for the server.
Tags
- macos
- productivity
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.