imessage-mcp
by yuyuki-guyu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TONE | No | Set to '0' to disable tone detection. Enabled by default. | |
| MCP_TOKEN | Yes | Bearer token MCP clients must send. | |
| SEND_TOKEN | Yes | Shared secret between line.mjs and the MCP layer (the door). | |
| VOICE_NAME | No | Voice name for TTS. | |
| ASR_API_KEY | No | API key for OpenAI-compatible Whisper endpoint. | |
| OWNER_PHONE | Yes | The other person's number (the recipient), not the line number. The line number is discovered by Spectrum from the project credentials. | |
| PUBLIC_HOST | No | The public hostname the MCP server is served under (used for the tunnel's Host allow-list). | |
| ASR_BASE_URL | No | Base URL for OpenAI-compatible Whisper endpoint. | |
| ASR_PROVIDER | No | ASR provider (default ElevenLabs Scribe, fallback to OpenAI-compatible Whisper). | |
| ALLOW_NO_AUTH | No | Set to '1' to allow no authentication (dangerous). | |
| ELEVENLABS_MODEL | No | ElevenLabs model (default eleven_v3). | |
| DASHSCOPE_API_KEY | No | API key for Alibaba DashScope multimodal model for tone detection. | |
| PHOTON_PROJECT_ID | Yes | Your Photon project credentials (project ID). | |
| ELEVENLABS_API_KEY | No | ElevenLabs API key for TTS (outbound voice notes). | |
| ELEVENLABS_VOICE_ID | No | ElevenLabs voice ID for TTS. | |
| PHOTON_PROJECT_SECRET | Yes | Your Photon project credentials (project secret). |
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
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues