iMessage MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_conversationsB | List recent iMessage/SMS conversations with last message preview. Args: limit: Max number of conversations to return (default 20) |
| get_messagesA | Get messages from a specific conversation. Args: chat_identifier: Phone number (e.g. +15551234567), email, or group chat identifier limit: Max messages to return (default 50, most recent first) |
| search_messagesB | Search across all iMessage conversations for messages containing a query string. Args: query: Text to search for (case-insensitive) limit: Max results to return (default 30) |
| get_contact_infoA | Look up a contact/handle by phone number or email and return conversation stats. Args: identifier: Phone number (e.g. +15551234567) or email address |
| send_messageB | Send an iMessage to a phone number or email address. Args: recipient: Phone number (e.g. +15551234567) or email address text: Message text to send |
| send_group_messageB | Send a message to a named group chat. Args: group_name: The display name of the group chat text: Message text to send |
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
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/viraatdas/imessage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server