Skip to main content
Glama

macOS Contacts MCP

by jcontini

create_contact

Add a new contact to the macOS Contacts app, including name, organization, job title, emails, phones, URLs, and notes, through AI-driven interactions.

Instructions

Create a new contact

Input Schema

NameRequiredDescriptionDefault
emailsNoEmail addresses
job_titleNoJob title or position
nameYesFull name of the contact
noteNoNotes about the contact
organizationNoOrganization or company name
phonesNoPhone numbers
urlsNoURLs (social media, websites, etc.) with labels

Input Schema (JSON Schema)

{ "properties": { "emails": { "description": "Email addresses", "items": { "type": "string" }, "type": "array" }, "job_title": { "description": "Job title or position", "type": "string" }, "name": { "description": "Full name of the contact", "type": "string" }, "note": { "description": "Notes about the contact", "type": "string" }, "organization": { "description": "Organization or company name", "type": "string" }, "phones": { "description": "Phone numbers", "items": { "type": "string" }, "type": "array" }, "urls": { "description": "URLs (social media, websites, etc.) with labels", "items": { "properties": { "label": { "type": "string" }, "value": { "type": "string" } }, "required": [ "label", "value" ], "type": "object" }, "type": "array" } }, "required": [ "name" ], "type": "object" }
Install Server

Other Tools from macOS Contacts MCP

Related Tools

    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/jcontini/macos-contacts-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server