signal-mcp

NathanDai5287/signal-mcp
★ 0 stars TypeScript AI/LLM Updated today
Local, read-only MCP server for Signal Desktop messages
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": {
      "command": "npx",
      "args": [
        "-y",
        "NathanDai5287/signal-mcp"
      ]
    }
  }
}

README Excerpt

A local, read-only [Model Context Protocol](https://modelcontextprotocol.io/) server for Signal Desktop messages. It gives an MCP-capable agent four narrowly scoped tools: - `signal_list_conversations` — find recent direct and group conversations without returning message bodies. - `signal_get_messages` — retrieve a bounded chronological window from one exact conversation.

Tools (7)

SIGNAL_MCP_CONFIGSIGNAL_MCP_DBSIGNAL_MCP_KEYSIGNAL_MCP_LOCAL_STATESIGNAL_MCP_MAX_CONVERSATIONSSIGNAL_MCP_MAX_MESSAGESdirection