MCP-CAN

farzadnadiri/MCP-CAN
★ 13 stars Python AI/LLM Updated 1d ago ⚠ Review
An MCP server purpose-built to surface vehicle CAN/OBD data to an LLM/SLM.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-can": {
      "command": "uvx",
      "args": [
        "mcp-can"
      ]
    }
  }
}

Or install with pip: pip install mcp-can