Back to Browse

Toyota MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

MyToyota account email — only for the headless password sign-in; prefer `toyota-mcp login`Optional

Environment variable: TOYOTA_USERNAME

MyToyota account password — only for the headless password sign-in; prefer `toyota-mcp login`Required

Environment variable: TOYOTA_PASSWORD

VIN selector when several vehicles share the accountOptional

Environment variable: TOYOTA_VIN

T for Toyota (default), L for LexusOptional

Environment variable: TOYOTA_BRAND

true (default) for km/L, false for miles/gallonsOptional

Environment variable: TOYOTA_USE_METRIC

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zepgram-toyota": {
      "env": {
        "TOYOTA_VIN": "your-toyota-vin-here",
        "TOYOTA_BRAND": "your-toyota-brand-here",
        "TOYOTA_PASSWORD": "your-toyota-password-here",
        "TOYOTA_USERNAME": "your-toyota-username-here",
        "TOYOTA_USE_METRIC": "your-toyota-use-metric-here"
      },
      "args": [
        "toyota-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!