iMessage MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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