Toyota & Lexus for Gemini CLI
io.github.zepgram/toyota
Toyota & Lexus vehicles: fuel, range, location, trips, health, climate, charging, commands
client:Gemini CLI
transport:stdio
runtime:pypi
Install Toyota & Lexus in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"toyota": {
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs