Skip to content
Grok

serial mcp server for Grok

io.github.es617/serial-mcp-server

Let AI agents interact with serial devices — list ports, connect, send, and read.

client:Grok transport:stdio runtime:pypi

Install serial mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "serial-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "serial-mcp-server"
      ],
      "env": {
        "SERIAL_MCP_MAX_CONNECTIONS": "<SERIAL_MCP_MAX_CONNECTIONS>",
        "SERIAL_MCP_PLUGINS": "<SERIAL_MCP_PLUGINS>",
        "SERIAL_MCP_MIRROR": "<SERIAL_MCP_MIRROR>",
        "SERIAL_MCP_MIRROR_LINK": "<SERIAL_MCP_MIRROR_LINK>",
        "SERIAL_MCP_TOOL_SEPARATOR": "<SERIAL_MCP_TOOL_SEPARATOR>"
      }
    }
  }
}

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

serial mcp server in other clients