signal-mcp-server

alexsunday/signal-mcp-server

3.2

If you are the rightful owner of signal-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) server facilitates communication between clients and services like signal-cli, enabling seamless integration and interaction.

mcp server for cline to connect signal-cli

启动 signal-cli

bin\signal-cli -u +8613311111111 daemon --tcp

配置 MCP

{
  "mcpServers": {
    "signal-cli": {
      "disabled": false,
      "timeout": 60,
      "command": "npx",
      "args": [
        "-y",
        "signal-mcp-server"
      ],
      "transportType": "stdio"
    }
  }
}