Mac Messages MCP provides a bridge for AI assistants to interact with the macOS Messages app, enabling reading recent messages and sending new ones through a set of well-defined tools. Developed by Carter Lasalle, it accesses the Messages database and AddressBook contacts directly, with features for contact lookup, fuzzy name matching, and group chat support. The implementation includes robust error handling for permission issues and runs as an MCP server that integrates with Claude Desktop, making it particularly valuable for users who want to manage their iMessage conversations without leaving their AI assistant interface.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Read recent messages, optionally filtered by contact or group chat ID.
Search message bodies by approximate text match; defaults to 30 days, or use 'hours=0' for all history.
Fuzzy-match a name in Contacts and return phone numbers.
List named group chats and their identifiers.
Find attachment metadata by date, contact, MIME type, and limit.
Fetch one attachment by ID, inline when supported or as a local path.
Check likely iMessage availability for a phone number or email.
Diagnose access to '~/Library/Messages/chat.db'.
Return a contact count and a small sample.
Diagnose Contacts/AddressBook database access.
Send one direct or group message through Messages.app.