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

          • A
            security
            F
            license
            A
            quality
            An MCP-based email tool that enables AI models to access email services through standardized interfaces, allowing AI assistants to perform various email operations like sending emails, reading inboxes, and handling attachments.
            Last updated -
            17
            30
            TypeScript
            • Apple
            • Linux
          • -
            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
          • A
            security
            A
            license
            A
            quality
            A powerful MCP server that provides interactive user feedback and command execution capabilities for AI-assisted development, featuring a graphical interface with text and image support.
            Last updated -
            1
            33
            Python
            MIT License
          • A
            security
            A
            license
            A
            quality
            An MCP server that enables AI tools to interact with ActiveCampaign API, allowing contact management and tracking event analysis through natural language queries.
            Last updated -
            5
            TypeScript
            MIT License
            • Apple

          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