Skip to main content
Glama

AppleScript MCP Server

by peakmojo
package.json802 B
{ "name": "@peakmojo/applescript-mcp", "version": "0.1.3", "description": "MCP server for executing AppleScript", "main": "server.js", "publishConfig": { "access": "public" }, "bin": { "applescript-mcp": "./server.js" }, "type": "module", "scripts": { "start": "node server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "node-ssh": "^13.2.1", "zod": "^3.24.3" }, "repository": { "type": "git", "url": "git+https://github.com/peakmojo/applescript-mcp.git" }, "keywords": [ "applescript", "mcp-server", "mcp" ], "author": "baryhuang", "license": "MIT", "bugs": { "url": "https://github.com/peakmojo/applescript-mcp/issues" }, "homepage": "https://github.com/peakmojo/applescript-mcp#readme" }

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/peakmojo/applescript-mcp'

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