Mac MCP: open-source MCP server turns ordinary ChatGPT chats into a macOS control plane
bulutarkan · reddit · 2026-09-13
Developer bulutarkan released Mac MCP, an MIT-licensed open-source MCP server that turns a normal ChatGPT conversation into the orchestrator for a local macOS agent layer — calling tools for shell, files, macOS UI, Safari/Chrome, and memory, with no Codex required (Codex/OpenCode serve as optional delegated subagents).
Key design points:
- Non-focus-stealing browser automation: each task gets its own real Safari/Chrome tab with a stable handle, inspected/clicked/typed in the background while the user keeps working elsewhere;
- Trust boundaries: sticky untrusted-web provenance, web-to-host capability gating, source-aware approvals, secret egress protection, tab leases, a no-progress breaker, security audit events and regression tests;
- Live steering via a native SwiftUI menu bar app, with idempotent steering messages so network retries don't duplicate instructions.
The open design question: should the chat remain the orchestrator with MCP as a narrow execution layer, or should more planning live on the local side?
More from coding & agent
- mitsuhiko on agentic coding: over-generating code poisons the agent's own context — mitsuhiko · 2026-09-13
- M3E Canvas turns browser sketches into vibe-coding prompts for Claude Code and Cursor — tom_doerr · 2026-09-13
- 28-Minute Free Video from Claude Code Engineer Covers CLAUDE.md, Memory Shortcuts and Parallel Sessions — nikola_mr64990 · 2026-09-13
- Build a domain-specific agent harness with PowerShell and PSAISuite — dfinke · 2026-09-13
- Dad with zero coding experience ships an App Store app after 8 months building it entirely with Claude — BUYMEBONESTOORM · 2026-09-13
- Developer hands his trivia site to a Grok bot that ships new content and SEO fixes daily — santiviquez · 2026-09-13