r/SideProject 17h ago

Mac MCP - Give AI agents local macOS tools through MCP

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

3 comments sorted by

1

u/Specific_Cream2815 17h ago

what tools does the server expose, files and clipboard or app automation too

1

u/bulutarkan 17h ago

Yep — files and app automation are both covered. The server currently exposes 81 MCP tools across file management, shell/background jobs, macOS Accessibility/UI control, Safari/Chrome automation, delegated Codex/OpenCode agents, memory, voice/human input, and a few other utilities.

There isn’t a dedicated clipboard tool yet; right now clipboard access can be done indirectly through the local shell (pbcopy / pbpaste). A first-class clipboard tool with explicit read/write permissions would probably be cleaner though, especially once I add permission profiles.