signal-mcp-server

BarbellDwarf/signal-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
MCP server that points at a signal-cli-rest-api instance so AI agents can use Signal (send, receive, groups, contacts, profile, register). Self-contained single-file bundle; stdio + streamable HTTP; MetaMCP-hostable.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "signal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "BarbellDwarf/signal-mcp-server"
      ]
    }
  }
}