Skip to content
Grok

Toyota & Lexus for Grok

io.github.zepgram/toyota

Toyota & Lexus vehicles: fuel, range, location, trips, health, climate, charging, commands

client:Grok transport:stdio runtime:pypi

Install Toyota & Lexus 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": {
    "toyota": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "toyota-mcp"
      ],
      "env": {
        "TOYOTA_USERNAME": "<TOYOTA_USERNAME>",
        "TOYOTA_PASSWORD": "<TOYOTA_PASSWORD>",
        "TOYOTA_VIN": "<TOYOTA_VIN>",
        "TOYOTA_BRAND": "<TOYOTA_BRAND>",
        "TOYOTA_USE_METRIC": "<TOYOTA_USE_METRIC>"
      }
    }
  }
}

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

Toyota & Lexus in other clients