mcpbeat Sign in

Toyota & Lexus MCP Server

local only

Toyota & Lexus runs on your own machine — the client starts it, so there is no endpoint to ping. 623 installs a week from pypi. Last commit 18 Sep 2026.

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

Installs per day peak 2 220 · avg 354
a month agotoday
623
Installs / week
pypi · toyota-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Toyota & Lexus every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add toyota -- uvx toyota-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "toyota": {
      "args": [
        "toyota-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.toyota]
command = "uvx"
args = ["toyota-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "toyota": {
      "args": [
        "toyota-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "toyota": {
      "args": [
        "toyota-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TOYOTA_USERNAME (MyToyota account email — only for the headless password sign-in; prefer `toyota-mcp login`), TOYOTA_PASSWORD (MyToyota account password — only for the headless password sign-in; prefer `toyota-mcp login`), TOYOTA_VIN (VIN selector when several vehicles share the account), TOYOTA_BRAND (T for Toyota (default), L for Lexus), TOYOTA_USE_METRIC (true (default) for km/L, false for miles/gallons). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Toyota & Lexus

same job, measured the same way
Kiaaccess MCP
by chrischall

Kia Access for Claude — vehicle status, location, doors, climate, and charging

433 installs/wk local only
Wsdot MCP Server
by cyanheads

WA highway conditions, ferry schedules, vessel locations, toll rates, and border waits via MCP.

107 installs/wk 12 tools answering
MatchOffice
by matchoffice

Search commercial real estate locations and create inquiries on MatchOffice.

3 tools answering
C
VA Healthcare Facilities
by olyport

VA facility locations, services, wait times, and satisfaction scores

3 tools answering
Studio Ghibli
by pipeworx-io

Studio Ghibli fan API (films, people, locations, species, vehicles)

41 tools answering
RepeaterBook
by micaeljarniac

Look up amateur radio repeaters from RepeaterBook.com by location, band, and mode.

2 683 installs/wk local only
Energyai
by energyaisolution

Solar, weatherization, EV charging, battery and heat-pump decision tools for AI agents.

30 tools answering
Weathersight
by weathersight

Historical weather and climate: 100+ years of station data, normals, extremes, and trends.

answering

Toyota & Lexus — questions

Answers built from our own checks of this server.

Why is there no uptime for Toyota & Lexus?
Toyota & Lexus runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package toyota-mcp was installed 623 times last week.
How do I connect Toyota & Lexus?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls toyota-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Toyota & Lexus?
The pypi package toyota-mcp was installed 623 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Toyota & Lexus open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.