1. Conduid
  2. Developer Tools
  3. Miaomiao Serial
MCP server · Developer Tools

Miaomiao Serial

Claude Code MCP 服务,用于通过串口调试目标设备。

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About Miaomiao Serial

Miaomiao Serial is an MCP server in the Developer Tools category: claude Code MCP 服务,用于通过串口调试目标设备。. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/xmprocat/miaomiao_serial

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Miaomiao Serial

Powered by Claude · Grounded in docs

I know everything about Miaomiao Serial. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Miaomiao Serial MCP Server

Claude Code MCP 服务,用于通过串口调试目标设备。

安装

将整个 miaomiao_serial 文件夹拷贝到目标电脑,例如:

D:\miaomiao_serial\

配置 Claude Code

在 Claude Code 中添加 MCP 服务:

claude mcp add --transport stdio miaomiao_serial -- python "D:\miaomiao_serial\serial_stdio_server.py"

或指定端口和波特率:

claude mcp add --transport stdio miaomiao_serial -- python "D:\miaomiao_serial\serial_stdio_server.py" -- --port COM17 --baudrate 115200

可用工具

工具 功能
serial_connect 连接到串口
serial_disconnect 断开连接
serial_send 发送命令到设备
serial_read 读取缓冲区数据
serial_list_ports 列出可用串口
serial_status 获取连接状态和健康信息
serial_clear_buffer 清空数据缓冲区

使用示例

You: Connect to COM17 and run "date" on the device
Claude: [使用 serial_connect 连接]
       [使用 serial_send 发送 "date"]
       [使用 serial_read 读取输出]

You: Show me the process list
Claude: [使用 serial_send 发送 "top -n 1"]
       [返回进程列表]

You: What's the current buffer status?
Claude: [使用 serial_status]
       返回健康信息:连接状态、字节数、错误计数等

特性

  • 线程安全的串口读写
  • 自动处理高速数据流(缓冲区上限10000行)
  • 多编码支持(UTF-8 / Latin-1)
  • 错误自动重连
  • 健康状态监控

目录结构

miaomiao_serial/
├── serial_stdio_server.py   # MCP 主程序
├── pyserial/                # 串口库
│   ├── serial/
│   │   └── ...
│   └── pyserial-3.5.dist-info/
└── README.md                # 本文件

感谢

https://github.com/Htboss11/copilot-serial-tool

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Miaomiao Serial

How do I install Miaomiao Serial?

Run git clone https://github.com/xmprocat/miaomiao_serial, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Miaomiao Serial safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Miaomiao Serial still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.