How-To

How to Control Your Tesla With Claude

Claude is MCP-native, which makes it one of the smoothest ways to control a Tesla by chat. Connect it once and ask it to warm the car, set a charge schedule, or find where you parked.

Last updated: June 27, 2026 · ~6 minute read

Why Claude works well for this

Claude was an early adopter of MCP, so connecting external tools is a first-class feature rather than a hidden developer setting. It pairs naturally with mytesla.io, the MCP server that exposes your Tesla’s functions and relays them through Tesla’s official Fleet API. Connect once and Claude can read status and send commands on request.

What you need

Claude Desktop / Claude.ai setup

  1. Sign up at mytesla.io and authorize your Tesla (it appears as "Embay, LLC" on Tesla’s consent screen). Copy your MCP URL.
  2. In Claude, open Settings → Connectors (on Desktop: Manage Connectors → Add custom connector).
  3. Paste the MCP URL into the URL field.
  4. Complete the OAuth popup, signing in with the email on your mytesla.io account.
  5. Ask "What’s my Tesla’s battery at?" to confirm.

Claude Code (CLI) setup

If you use Claude Code, add the server in one command:

claude mcp add --transport http mytesla https://mcp.mytesla.io/mcp

Then run Claude Code and authenticate when prompted. The same Tesla tools become available at the command line.

Example prompts

Get started

Connect Claude to your Tesla

Paste your MCP URL into Claude’s connector settings, approve the sign-in, and start asking. Works on Desktop, web, and Claude Code.

Pre-condition by calendar Scheduled charging Find my car Max defrost
Start with mytesla.io → Driver $4.99/mo • Driver Max $9.99/mo • Cancel anytime

Frequently asked questions

Which Claude plan do I need?

Connector support is available across Claude Desktop and Claude.ai; you mainly need a mytesla.io subscription to authorize the car. Check Anthropic’s current plan details for connector availability.

Can I use Claude Code on the command line?

Yes. Run: claude mcp add --transport http mytesla https://mcp.mytesla.io/mcp, then authenticate when prompted.

Keep reading