PluginBench
MCP Server
Maintained
MIT

io.github.daedalus/mcp-rs232 MCP Server

io.github.daedalus/mcp-rs232

What is the io.github.daedalus/mcp-rs232 MCP server?

An MCP server that exposes RS232 serial port connectivity

How to install io.github.daedalus/mcp-rs232

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-rs232": {
      "command": "uvx",
      "args": [
        "mcp-rs232"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-rs232": {
      "command": "uvx",
      "args": [
        "mcp-rs232"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-rs232": {
      "command": "uvx",
      "args": [
        "mcp-rs232"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-rs232": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-rs232"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-rs232 -- uvx mcp-rs232

Related MCP servers

MCP server for DeLonghi ECAM espresso coffee machines via local network

1
Python
MIT
View repository →

MCP server exposing cypari2 (PARI/GP) number theory library

1
Python
MIT
View repository →

MCP server for Metasploit Framework via pymetasploit3

1
Python
MIT
View repository →

A sandboxed MCP tool for reverse engineering with multiple tool integrations

1
Python
MIT
View repository →

MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery

1
Python
MIT
View repository →

MCP server exposing all Shodan API functionality

1
Python
MIT
View repository →