mcp-rs485 is an open-source CLI tool and MCP server that enables developers to expose and manage RS485 bus connectivity. Below are 6 other infrastructure apps with similar functionality to mcp-rs485, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
mcp-rs232 is an open-source MCP server that allows developers to expose and manage RS232 serial port connectivity through a standardized interface. It is distributed as a Python package under the MIT license and is suitable for projects requiring serial communication integration. Ideal for developers building automation or hardware integration solutions.
mcp-rpn is an open-source MCP server that exposes a Reverse Polish Notation (RPN) calculator via API. It is intended for developers who require programmable calculator functionality accessible through MCP or API endpoints.
mcp-server-remote is an open-source Python package that implements a remote MCP server for serving MCP clients. It is designed for developers who require MCP protocol support in their applications and can be run via the command line.
Turn any MCP server or OpenAPI spec into a CLI
mcp-stdio is an open-source CLI tool that acts as a gateway between stdio-based MCP clients and remote HTTP MCP servers. It enables protocol bridging, OAuth proxying, and streamable HTTP connections for developers building or integrating with MCP-based systems.
pycli-mcp is an open-source Python library that allows developers to add MCP server capabilities to any command line application. It supports integration with argparse, click, and typer, making it easy to expose CLI tools via the Model Context Protocol. Ideal for Python developers building advanced CLI utilities.