Skip to content
Cursor

Toyota & Lexus for Cursor

io.github.zepgram/toyota

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

client:Cursor transport:stdio runtime:pypi

Install Toyota & Lexus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Toyota & Lexus in other clients