Skip to main content
Glama

Signal MCP

by rymurr

信号 MCP

signal-cliMCP集成允许 AI 代理发送和接收 Signal 消息。

特征

  • 向 Signal 用户发送消息
  • 向信号组发送消息
  • 接收并解析传入消息
  • 具有超时处理的异步支持
  • 详细日志记录

先决条件

该项目需要在您的系统上安装和配置signal-cli

安装 signal-cli

  1. 安装 signal-cli :按照官方安装说明进行操作
  2. 注册您的信号账户
    signal-cli -u YOUR_PHONE_NUMBER register
  3. 使用短信收到的代码验证您的帐户
    signal-cli -u YOUR_PHONE_NUMBER verify CODE_RECEIVED

有关更详细的设置说明,请参阅signal-cli 文档

安装

pip install -e . # or use uv for faster installation uv pip install -e .

用法

运行 MCP 服务器:

./main.py --user-id YOUR_PHONE_NUMBER [--transport {sse|stdio}]

API

可用工具

  • send_message_to_user :向 Signal 用户发送直接消息
  • send_message_to_group :向信号组发送消息
  • receive_message :等待并接收带有超时支持的消息

发展

该项目使用:

  • 用于代理 API 集成的MCP
  • 现代 Python 异步模式
  • 在整个过程中输入注释
-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

signal-cli 的 MCP 集成允许 AI 代理发送和接收 Signal 消息,支持直接消息、群组消息和异步消息处理。

  1. 特征
    1. 先决条件
      1. 安装 signal-cli
    2. 安装
      1. 用法
        1. API
          1. 可用工具
        2. 发展

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
            Last updated -
            6
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            -
            license
            -
            quality
            An MCP-based messaging system that allows AI systems to interact with various messaging platforms through standardized tools for sending text, images, documents, buttons, and alerts.
            Last updated -
            Python
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that allows AI agents like Claude to interact with the Aligo SMS API to send text messages and retrieve related information.
            Last updated -
            JavaScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables real-time, interactive AI chat with Selector AI through a streaming-capable server and Docker-based client communicating via stdin/stdout.
            Last updated -
            1
            Python
            Apache 2.0

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/rymurr/signal-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server