A bridge for interacting with macOS Messages app through MCP
Project description
Mac Messages MCP
A Python bridge for interacting with the macOS Messages app using MCP (Multiple Context Protocol).
Features
- Read recent messages from the macOS Messages app
- Filter messages by contact
- Send new messages through iMessage
- Access messages via an API
Requirements
- macOS (tested on macOS 11+)
- Python 3.10+
- Access to the Messages app and its database
Installation
# Clone the repository
git clone https://github.com/carterlasalle/mac-messages-mcp.git
cd mac-messages-mcp
# Install dependencies
pip install -e .
Usage
As a Module
from mac_messages_mcp import get_recent_messages, send_message
# Get recent messages
messages = get_recent_messages(hours=48)
print(messages)
# Send a message
result = send_message(recipient="+1234567890", message="Hello from Mac Messages MCP!")
print(result)
As a Command-Line Tool
# Run the MCP server
mac-messages-mcp
Development
Versioning
This project uses semantic versioning. See VERSIONING.md for details on how the versioning system works and how to release new versions.
To bump the version:
python scripts/bump_version.py [patch|minor|major]
Security Notes
This application accesses the Messages database directly, which contains personal communications. Please use it responsibly and ensure you have appropriate permissions.
License
MIT
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mac_messages_mcp-0.6.1.tar.gz.
File metadata
- Download URL: mac_messages_mcp-0.6.1.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2872148b955f1cb01c1b3764d42ec4547420796abbc6a9da139a29b30d8efaf6
|
|
| MD5 |
906256529cb1c01f36e72725c3dd5fe8
|
|
| BLAKE2b-256 |
af3c7056f9eed03da766e8b0da970832e0dbde19ceb285daf9646563d98b6b62
|
File details
Details for the file mac_messages_mcp-0.6.1-py3-none-any.whl.
File metadata
- Download URL: mac_messages_mcp-0.6.1-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6941d2337b9f6042999c495d1fc34e58860fa2ed9ca78afa5defbaf7852db537
|
|
| MD5 |
a271d3f69b8ae6833358299eafaab2f0
|
|
| BLAKE2b-256 |
87aeb95fd988b00546f8e3ddd295a415efc9213073651a26d158421408b7f6ae
|