awto-mcp-can

awto-au/awto-mcp-can
★ 0 stars Unknown language 💻 Code/Dev Tools Updated today
MCP server for SocketCAN: DBC-aware TX/RX, request/response, ISO-TP, capture/replay, real-time DBC validation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "awto-mcp-can": {
      "command": "npx",
      "args": [
        "-y",
        "awto-au/awto-mcp-can"
      ]
    }
  }
}