Skip to main content
Glama
jcontini

macOS Contacts MCP

by jcontini

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_contactsC

Search for contacts by name, organization, or notes

get_contactB

Get full contact details by name or ID

create_contactC

Create a new contact

update_contactC

Update an existing contact

get_recent_contactsC

Get contacts created or modified within a date range

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: create, get by ID/name, get by recency, search by attributes, and update. The descriptions make it unambiguous which tool to use for each operation, preventing misselection.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (e.g., create_contact, get_contact, search_contacts) with no deviations in style or casing. This predictability makes the tool set easy to navigate and understand.

Tool Count5/5

With 5 tools, this server is well-scoped for managing contacts on macOS, covering essential operations without bloat. Each tool earns its place, providing a focused and efficient interface for the domain.

Completeness4/5

The tool set covers most core CRUD operations (create, get, update) and useful queries (search, recent), but lacks a delete_contact tool, which is a minor gap. Agents can still handle the domain effectively, though deletion would complete the lifecycle.

Maintenance

ActivityInactive
ResponsivenessNo issues