Signal MCP
An MCP integration for signal-cli that allows AI agents to send and receive Signal messages.
Features
- Send messages to Signal users
- Send messages to Signal groups
- Receive and parse incoming messages
- Async support with timeout handling
- Detailed logging
Prerequisites
This project requires signal-cli to be installed and configured on your system.
Installing signal-cli
Install signal-cli: Follow the official installation instructions
Register your Signal account:
signal-cli -u YOUR_PHONE_NUMBER registerVerify your account with the code received via SMS:
signal-cli -u YOUR_PHONE_NUMBER verify CODE_RECEIVED
For more detailed setup instructions, see the signal-cli documentation.
Installation
pip install -e .
# or use uv for faster installation
uv pip install -e .
Usage
Run the MCP server:
./main.py --user-id YOUR_PHONE_NUMBER [--transport {sse|stdio}]
API
Tools Available
send_message_to_user: Send a direct message to a Signal usersend_message_to_group: Send a message to a Signal groupreceive_message: Wait for and receive messages with timeout support
Development
This project uses:
- MCP for agent-API integration
- Modern Python async patterns
- Type annotations throughout
Signal Integration
Project Details
- rymurr/signal-mcp
- Last Updated: 4/16/2025
Recomended MCP Servers
Allows AI Agents to sleep for a specified amount of milliseconds, like when they should wait for an...
Build powerful and secure AI Agents powered by Starknet.
This is MCP server for Claude that gives it terminal control, file system search and diff file editing...
用于mysql和mongodb的mcp
MCP Server MetaMCP manages all your other MCPs in one MCP.
MCP Server for Cline to Access Azure devops
A Model Control Protocol (MCP) server that allows Claude to communicate with locally running LLM models via LM...
📦 Repomix (formerly Repopack) is a powerful tool that packs your entire repository into a single, AI-friendly file....
MCP Server for blockchain interactions with Web DApp for secure transaction signing
An MCP server for creating 2D/3D game assets from text using Hugging Face AI models.





