Back to directory
mcp-experiments

mcp-experiments

@jordanperr1

An experimental MCP server project for macOS enabling LLMs to control the desktop via Bash and AppleScript commands.

macosbashapplescriptdesktop-controlllm-toolautomation

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/23
Updated
2025/5/6