open-source-mac-os-apps (MCP Server)

GitHub

๐Ÿš€ Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "open-source-mac-os-apps": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-open-source-mac-os-apps"
      ]
    }
  }
}