Initial commit — Apple Apps MCP server with native macOS config app
Python MCP server (FastMCP) providing Claude Code/CoWork access to Apple Reminders, Calendar, Mail, Contacts, Find My, and Maps via AppleScript. Includes a native SwiftUI config/installer app and a compiled EventKit helper for fast reminder queries on large databases (8,000+ items). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"apps" : {
|
||||
"calendar" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
},
|
||||
"contacts" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
},
|
||||
"findmy" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
},
|
||||
"mail" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
},
|
||||
"maps" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
},
|
||||
"reminders" : {
|
||||
"enabled" : true,
|
||||
"mode" : "read"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user