Server data from the Official MCP Registry
Let AI agents interact with serial devices — list ports, connect, send, and read.
Let AI agents interact with serial devices — list ports, connect, send, and read.
Set these up before or after installing:
Environment variable: SERIAL_MCP_MAX_CONNECTIONS
Environment variable: SERIAL_MCP_PLUGINS
Environment variable: SERIAL_MCP_MIRROR
Environment variable: SERIAL_MCP_MIRROR_LINK
Environment variable: SERIAL_MCP_TOOL_SEPARATOR
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-es617-serial-mcp-server": {
"env": {
"SERIAL_MCP_MIRROR": "your-serial-mcp-mirror-here",
"SERIAL_MCP_PLUGINS": "your-serial-mcp-plugins-here",
"SERIAL_MCP_MIRROR_LINK": "your-serial-mcp-mirror-link-here",
"SERIAL_MCP_TOOL_SEPARATOR": "your-serial-mcp-tool-separator-here",
"SERIAL_MCP_MAX_CONNECTIONS": "your-serial-mcp-max-connections-here"
},
"args": [
"serial-mcp-server"
],
"command": "uvx"
}
}
}Serial MCP server for hardware communication with proper authentication requirements and reasonable permissions for its purpose. Some security concerns exist around plugin execution of arbitrary code and potential permission escalation, but overall architecture is sound for developer tooling. Code quality is generally good with appropriate error handling. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 4 files · 9 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!