Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsMay 12, 2026·2 min de lectura

Mac Messages MCP — iMessage/SMS Bridge

Mac Messages MCP is a Python MCP server for Messages.app on macOS: read chats, send replies, search attachments, and fall back to SMS/RCS.

Listo para agents

Este activo puede ser leído e instalado directamente por agents

TokRepo expone un comando CLI universal, contrato de instalación, metadata JSON, plan según adaptador y contenido raw para que los agents evalúen compatibilidad, riesgo y próximos pasos.

Needs Confirmation · 62/100Política: confirmar
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp
Instalación
Manual
Confianza
Confianza: Established
Entrada
uvx mac-messages-mcp
Comando CLI universal
npx tokrepo install df487610-fc3e-5ad5-b6b5-0274eb9f18db
Introducción

Mac Messages MCP is a Python MCP server for Messages.app on macOS: read chats, send replies, search attachments, and fall back to SMS/RCS.

  • Best for: Personal agent workflows on macOS (triage, summaries, replies) for your own messages
  • Works with: macOS 11+; Python 3.10+; uv/uvx; Claude Desktop or Cursor MCP support (per README)
  • Setup time: 10–25 minutes (plus macOS permissions)

Practical Notes

  • GitHub: 280 stars · 22 forks; pushed 2026-05-10 (verified via GitHub API).
  • README requires Full Disk Access so the server can read the local Messages database.
  • README documents progressive attachment access (discover → search → fetch) to reduce accidental data exposure.

Main

Use it responsibly:

  • Only connect it on a machine you control, and treat conversation data as sensitive.
  • Prefer read-only tools for dashboards and summaries; gate “send” behind an explicit confirmation step.
  • If you run both Cursor and Claude Desktop, follow README guidance: run only one server instance to avoid database locks.

This turns iMessage/SMS into a real agent channel while keeping a human in the loop for outbound actions.

FAQ

Q: Why does it need Full Disk Access? A: README says it reads the local Messages database, which macOS protects behind Full Disk Access.

Q: Can it send SMS to Android users? A: README says it automatically chooses iMessage or SMS/RCS based on recipient availability.

Q: How do I reduce privacy risk? A: Use progressive disclosure for attachments and require confirmation before sending messages.

🙏

Fuente y agradecimientos

Source: https://github.com/carterlasalle/mac_messages_mcp > License: MIT > GitHub stars: 280 · forks: 42

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados