Skip to main content
Glama
wolfiesch

iMessage MCP Server

by wolfiesch
contacts.example.json1.32 kB
{ "_comment": "Copy this file to contacts.json and add your real contacts", "_instructions": "Run 'python scripts/sync_contacts.py' to auto-sync from macOS Contacts, or manually add contacts below", "_last_sync": null, "contacts": [ { "name": "John Doe", "phone": "14155551234", "relationship_type": "friend", "notes": "Example contact - replace with your real contacts", "macos_contact_id": null, "all_phones": [ { "label": "Mobile", "value": "14155551234" } ], "emails": ["john@example.com"] }, { "name": "Jane Smith", "phone": "14155555678", "relationship_type": "colleague", "notes": "Work contact", "macos_contact_id": null, "all_phones": [ { "label": "Mobile", "value": "14155555678" }, { "label": "Work", "value": "14155559999" } ], "emails": ["jane.smith@company.com"] }, { "name": "Mom", "phone": "14085551234", "relationship_type": "family", "notes": "Family contact example", "macos_contact_id": null, "all_phones": [ { "label": "Mobile", "value": "14085551234" } ], "emails": [] } ] }

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/wolfiesch/imessage-mcp'

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