MCP Server
Active
MIT
Apple Messages MCP Server
io.github.JonathanRReed/apple-messages-mcp
What is the Apple Messages MCP server?
Read Messages history on macOS and send or reply through Messages.app.
How to install Apple Messages
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
APPLE_MESSAGES_MCP_SAFETY_MODESafety mode for Messages operations: safe_readonly, safe_manage, or full_access.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"apple-messages-mcp": {
"command": "uvx",
"args": [
"apple-messages-mcp"
],
"env": {
"APPLE_MESSAGES_MCP_SAFETY_MODE": "<YOUR_APPLE_MESSAGES_MCP_SAFETY_MODE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"apple-messages-mcp": {
"command": "uvx",
"args": [
"apple-messages-mcp"
],
"env": {
"APPLE_MESSAGES_MCP_SAFETY_MODE": "<YOUR_APPLE_MESSAGES_MCP_SAFETY_MODE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apple-messages-mcp": {
"command": "uvx",
"args": [
"apple-messages-mcp"
],
"env": {
"APPLE_MESSAGES_MCP_SAFETY_MODE": "<YOUR_APPLE_MESSAGES_MCP_SAFETY_MODE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"apple-messages-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"apple-messages-mcp"
],
"env": {
"APPLE_MESSAGES_MCP_SAFETY_MODE": "<YOUR_APPLE_MESSAGES_MCP_SAFETY_MODE>"
}
}
}
}Claude Code
claude mcp add apple-messages-mcp --env APPLE_MESSAGES_MCP_SAFETY_MODE=<YOUR_APPLE_MESSAGES_MCP_SAFETY_MODE> -- uvx apple-messages-mcpRelated MCP servers
Apple Calendar
Active
List, create, update, and delete events in Apple Calendar on macOS.
9
View repository →Python
MIT
Apple Contacts
Active
Inspect and search Apple Contacts on macOS, and resolve a contact into a message-ready recipient.
9
View repository →Python
MIT
Apple Files
Active
Inspect and manage local files and folders inside allowed roots on macOS.
9
View repository →Python
MIT
Apple Maps
Active
Search places, estimate routes, and build Apple Maps links on macOS.
9
View repository →Python
MIT
Apple Mail
Active
Read, search, compose, and send emails via Apple Mail on macOS.
9
View repository →Python
MIT
Apple Notes
Active
Inspect, search, create, edit, move, and organize notes in Apple Notes on macOS.
9
View repository →Python
MIT