Skip to content
Grok

mcp rs232 for Grok

io.github.daedalus/mcp-rs232

An MCP server that exposes RS232 serial port connectivity

client:Grok transport:stdio runtime:pypi

Install mcp rs232 in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-rs232": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-rs232"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp rs232 in other clients