M

modbus-mcp工业 Modbus 数据标准化和背景化的 MCU 服务器

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

modbus-mcp 服务器标准化和背景化工业 Modbus 数据,使人工智能代理与工业 IoT 系统保持平滑的整合。它支持各种 Modbus 操作和 TCP、UDP 或串行连接。 服务器通过环境变量配置,支持读取和写入寄存器和丝带的工具。它需要 Python 3.10 和 uv 运行依赖。modbus-mcp 服务器允许灵活的连接和可定制的弹出提示以分析 Modbus 寄存器值。它适用于需要将工业 Modbus 数据与人工智能代理整合的应用程序。服务器的功能可通过对话式输入和结构化的 JSON 输出访问。其设计允许直观的设置和使用.

主要功能

  • 读/写存留寄存器
  • 读/写丝带
  • 读输入寄存器
  • TCP、UDP 或串行 Modbus
  • 可定制的提示用于寄存器分析

价格

模型
Free
评分
暂无评价

使用场景

工业 IoT 整合

将工业 Modbus 数据与人工智能代理整合以实现预测性维护和异常检测

Modbus 数据标准化

将 Modbus数据从各种设备标准化以进行统一的分析和处理

优点 & 缺点

优点

  • 优化人工智能代理与工业 IoT 系统的平滑整合
  • 支持 TCP、UDP 或串行 Modbus
  • 通过环境变量进行灵活的配置
  • 可定制的提示以分析 Modbus 寄存器值

缺点

  • 需要 Python 3.10 和 uv 运行依赖
  • 环境变量配置可能需要技术专家

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What read/write operations are available through the server?

modbus-mcp provides tools to read/write holding registers, read/write coils, read input registers, and read multiple holding registers, all accessible via structured JSON outputs.

Asked by Liam O’Connor · Sep 15, 2025

Can I customize the prompts used for analyzing register values?

Yes, the server includes a customizable prompt feature (analyze_register) that lets you define how register values are interpreted and presented to AI agents.

Asked by Esther Adeyemi · Sep 10, 2025

Which Modbus connection types are supported and how are they configured?

It supports Modbus over TCP, UDP, and serial. Configuration is done through environment variables (e.g., MODBUS_TYPE, MODBUS_HOST, MODBUS_PORT for TCP/UDP; MODBUS_SERIAL_PORT, MODBUS_BAUDRATE, etc., for serial) set in a .env file or the shell.

Asked by Nadia Benali · Aug 26, 2025

What are the system requirements and how do I install modbus-mcp?

modbus-mcp requires Python 3.10 and the uv tool for dependency management. Install uv via the provided script, clone the repository, and run `uv sync` to install dependencies.

Asked by Cristina Moreno · Jul 11, 2025

提问

服务配缩器 的替代品