# mytesla.io — control your Tesla with Claude, ChatGPT, and any AI

> Chat with your Tesla through your AI assistant. mytesla.io is a Tesla MCP server
> that connects your car to Claude, ChatGPT, Cursor, VS Code, and any MCP-compatible
> AI — turning plain-English requests into real Tesla Fleet API commands.

## What it is

mytesla.io is a hosted [Model Context Protocol](https://modelcontextprotocol.io)
(MCP) server. Connect it once to your AI assistant and your AI can read your
Tesla's state and (with a subscription) send signed commands — pre-condition the
cabin, charge to a target, lock/unlock, find the car, set Sentry Mode, and more.
Operated by Embay, LLC. Not affiliated with, or endorsed by, Tesla, Inc.

- **MCP endpoint:** https://mcp.mytesla.io/mcp
- **Auth:** OAuth 2.1 (standard MCP authorization flow)
- **Works with:** Claude Desktop, Claude.ai, ChatGPT (Pro/Team/Enterprise/Edu,
  Developer Mode), Cursor, VS Code, Claude Code, and any Streamable-HTTP MCP client.

## Example requests (composed with your other tools)

- "Pre-condition the cabin to 70°F before my 8 AM meeting." (with a calendar MCP)
- "If today's high is over 85°F, start cooling 15 min before I leave." (with weather + calendar)
- "Charge to 100% by 7 AM Saturday on off-peak rates."
- "Where's my car? Did I leave the windows open?"

## Install

- **Claude Desktop / Claude.ai:** Settings → Connectors → Add custom connector → paste `https://mcp.mytesla.io/mcp`
- **ChatGPT** (Pro/Team/Enterprise/Edu, Developer Mode): Settings → Apps & Connectors → Add → paste the URL
- **Cursor / VS Code:** one-click install — see https://mytesla.io/#install
- **Claude Code (CLI):** `claude mcp add --transport http mytesla https://mcp.mytesla.io/mcp`

## Tools

Reads (battery, range, charging, climate, location, doors, windows, odometer),
climate, charging, access (lock/unlock/trunk/windows/sunroof), alerts (honk/flash),
navigation + HomeLink, security (Sentry/valet/speed-limit), software updates, and a
free `report_bug`. Full capability list: https://mytesla.io/agents.json

## Pricing

- **Driver** — $4.99/mo, 500 credits
- **Driver Max** — $9.99/mo, 1,500 credits
- Extra-usage packs: $0.99 / $3.99 / $9.99 (credits expire 90 days after purchase)

Most tool calls cost 1 credit; `wake_vehicle` costs 10; `get_vehicles`,
`get_credit_balance`, and `report_bug` are free.

## Access model

Access is via an OAuth-gated MCP server under a flat monthly Stripe subscription.
Per-transaction agent-commerce rails (x402, MPP, UCP, ACP) do not apply — payment
happens out-of-band via the subscription, so there is no per-call price for an
agent to negotiate. The relevant primitive these protocols defer to — OAuth 2.0
delegated authentication — is already implemented at https://mcp.mytesla.io.

## Privacy

We don't store your car's location, drive history, or charge history beyond the
live request. We don't sell data. We don't train AI models on your conversations
or vehicle data. Full policy: https://mytesla.io/privacy

## Links

- Setup guide: https://mytesla.io/docs
- Privacy policy: https://mytesla.io/privacy
- Terms of service: https://mytesla.io/terms
- Billing policy: https://mytesla.io/billing-policy
- Status: https://mcp.mytesla.io/status
