Toyota & Lexus for Zed
io.github.zepgram/toyota
Toyota & Lexus vehicles: fuel, range, location, trips, health, climate, charging, commands
client:Zed
transport:stdio
runtime:pypi
Install Toyota & Lexus in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs