apple-mail-mcp 2.1.3 → 2.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,12 @@
|
|
|
3
3
|
A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that enables AI assistants like Claude to read, send, search, and manage emails in Apple Mail on macOS.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/apple-mail-mcp)
|
|
6
|
+
[](https://www.npmjs.com/package/apple-mail-mcp)
|
|
7
|
+
[](https://www.npmjs.com/package/apple-mail-mcp)
|
|
6
8
|
[](https://github.com/sweetrb/apple-mail-mcp/actions/workflows/ci.yml)
|
|
9
|
+
[](https://www.apple.com/macos/)
|
|
7
10
|
[](https://opensource.org/licenses/MIT)
|
|
11
|
+
[](https://modelcontextprotocol.io)
|
|
8
12
|
|
|
9
13
|
<p align="center">
|
|
10
14
|
<img src="codex/assets/screenshot.png" alt="Apple Mail MCP — read, search, send, and organize Apple Mail from Codex, Claude, and other AI assistants" width="680">
|
package/package.json
CHANGED