obd2-mcp-server

petrpatek/obd2-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
MCP server that connects Claude AI to your car's OBD-II diagnostic port. Read fault codes, live sensor data, and get plain-language explanations. Built with a $15 Bluetooth adapter and a broken convertible.
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": {
    "obd2-mcp-server": {
      "command": "uvx",
      "args": [
        "obd2-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install obd2-mcp-server

Topics

automotivebluetoothclaudediagnosticselm327mcpobd2python