Skip to main content
Glama
navidmoazzez

iMessage MCP

by navidmoazzez

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMESSAGE_DBNoDatabase to read. Point it at a copy to work against a snapshot.~/Library/Messages/chat.db
GROQ_API_KEYNoAPI key for Groq. Required for the default transcription provider.
OPENAI_API_KEYNoAPI key for OpenAI. Required when using the 'openai' transcription provider.
ELEVENLABS_API_KEYNoAPI key for ElevenLabs. Required for the 'speak' tool and for 'elevenlabs' transcription.
GROQ_WHISPER_MODELNoModel used by the 'groq' transcription provider.whisper-large-v3-turbo
IMESSAGE_STATE_DIRNoWhere the cursor is stored.~/.imessage-mcp
ELEVENLABS_VOICE_IDNoVoice ID used by the 'speak' tool.
IMESSAGE_TRANSCRIBENoTranscription provider: groq, local, openai or elevenlabs.groq
IMESSAGE_WHISPER_MODELNoModel used by the 'local' transcription provider.base

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

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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

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