A
Apple Apps
Provides 28 read/write tools for macOS Apple applications including Notes, Reminders, Calendar, Contacts, and Safari via local stdio using SQLite and JXA.
Share:
About
Provides 28 read/write tools for macOS Apple applications including Notes, Reminders, Calendar, Contacts, and Safari via local stdio using SQLite and JXA.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install Apple Apps
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"apple-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-apps"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"apple-apps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-apps"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"apple-apps": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-apple-apps"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.