Skip to main content
Glama
neverprepared

macOS Ecosystem MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging verbosity: debug, info, warn, errorinfo
SCRIPT_TIMEOUTNoScript execution timeout in milliseconds30000
ENABLE_SECURITY_VALIDATIONNoEnable security checkstrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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