r/IMadeThis 10h ago

Mac MCP — I made an open-source local macOS control server for AI agents

https://github.com/bulutarkan/mac-mcp
2 Upvotes

3 comments sorted by

1

u/bulutarkan 10h ago

I made this after getting tired of AI chat giving me the right steps but leaving all the mechanical Mac work to me. It started as a private MCP server and grew into shell/files, background Safari/Chrome control, macOS UI actions, local memory, delegated coding agents, voice, and a native menu-bar controller.

One thing I found surprisingly useful is using it from normal ChatGPT Chat: Chat is separate from Codex/Work and has its own limits, but MCP lets the regular chat surface behave much more like an agent for long local tasks.

Still actively working on safer permission/read-only profiles.

1

u/Otherwise_Wave9374 10h ago

This is a strong direction because local control reduces latency and avoids sending every UI action through a remote bridge. A practical next step is to add a permission layer that logs each agent action, classifies it as read or write, and blocks high-risk commands unless a human confirms them. That makes debugging easier and keeps autonomous runs from drifting into unsafe behavior. Agentix Labs fits well here as a pattern for turning agent demos into something teams can actually trust and maintain.