AgentHubAgentHub

Serial MCP

MCP ServerMCP Registry官方收录

io.github.qarnet/serial-mcp · v0.5.1

MCP server for serial port communication. 12 tools, resources, prompts, and stdio/HTTP transports.

概览

Serial MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.qarnet/serial-mcp",
  "type": "mcp-server",
  "version": "0.5.1",
  "displayName": "Serial MCP",
  "description": "MCP server for serial port communication. 12 tools, resources, prompts, and stdio/HTTP transports.",
  "repository": {
    "url": "https://github.com/qarnet/serial-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/qarnet/serial-mcp/releases/download/v0.5.1/serial-mcp-0.5.1-x86_64-linux",
        "version": "0.5.1",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/qarnet/serial-mcp/releases/download/v0.5.1/serial-mcp-0.5.1-aarch64-linux",
        "version": "0.5.1",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/qarnet/serial-mcp/releases/download/v0.5.1/serial-mcp-0.5.1-aarch64-macos",
        "version": "0.5.1",
        "transport": "stdio"
      },
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/qarnet/serial-mcp/releases/download/v0.5.1/serial-mcp-0.5.1-x86_64-windows.exe",
        "version": "0.5.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.qarnet/serial-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.qarnet%2Fserial-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Serial MCP — MCP Server 安装与配置 · AgentHub