macOS Ecosystem MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging verbosity: debug, info, warn, error | info |
| SCRIPT_TIMEOUT | No | Script execution timeout in milliseconds | 30000 |
| ENABLE_SECURITY_VALIDATION | No | Enable security checks | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reminders_addA | Create a new reminder in Apple Reminders app. Supports title, list, notes, due date, priority (none/low/medium/high), and flagged status. |
| reminders_listA | List reminders from Apple Reminders app with optional filtering by list name and completion status. Returns up to 100 reminders. |
| reminders_completeA | Mark a reminder as completed. Can find by reminder ID (most reliable) or by title with optional list filter. |
| reminders_searchA | Search reminders by keyword in title or notes. Supports filtering by list and completion status. |
| calendar_create_eventB | Create a new event in Apple Calendar. Supports all-day and timed events with optional location, notes, attendees, and alerts. |
| calendar_list_eventsB | List calendar events within a date range. Can filter by specific calendar. Returns up to 100 events. |
| calendar_find_free_timeB | Find available time slots in your calendar for scheduling meetings. Analyzes existing events and returns free gaps. |
| calendar_update_eventC | Update an existing calendar event. Can modify title, dates, location, or notes. |
| calendar_delete_eventB | Delete a calendar event. Can find by event ID (most reliable) or by title with optional date filter. |
| notes_createA | Create a new note in Apple Notes app with title and body content. Supports HTML formatting in the body. |
| notes_appendA | Append content to an existing note. Can find by note ID (most reliable) or by title with optional folder filter. |
| notes_searchA | Search notes by keyword in title or body. Supports filtering by folder. Returns up to 100 notes with excerpts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neverprepared/macos-ecosystem-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server