🌐 Build a Model Context Protocol (MCP) server for seamless integration with LLM applications, enhancing automation and efficiency in workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bb-applescript-mcp-s": {
"command": "npx",
"args": [
"-y",
"pachipalabharath/bb-applescript-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bb-applescript-mcp-s npx -y pachipalabharath/bb-applescript-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bb-applescript-mcp-s": {
"command": "npx",
"args": [
"-y",
"pachipalabharath/bb-applescript-mcp-server"
]
}
}
}