Loading languages...
JO

jordanperr/mcp-experiments

@jordanperr1

This project provides an MCP (Model Context Protocol) server that allows LLMs to perform actions to control a Mac desktop computer using bash and AppleScript.

bash
applescript
macos

# mcpServer Config

{
  "mcpServers": {
    "applescript": {
      "command": "/path/to/mcp-experiments/.venv/bin/python",
      "args": [
        "/path/to/mcp-experiments/applescript.py"
      ],
      "env": {
        "MCP_EXECUTION_MODE": "restricted"
      }
    },
    "bash": {
      "command": "/path/to/mcp-experiments/.venv/bin/python",
      "args": [
        "/path/to/mcp-experiments/bash.py"
      ],
      "env": {
        "MCP_EXECUTION_MODE": "restricted"
      }
    }
  }
}

# stdio

python applescript.py
Transport:
stdio
ภาษา:
Python
สร้างเมื่อ:4/23/2025
อัปเดตเมื่อ:5/6/2025
หน้าแรก: