An MCP server that connects to the Tesla Fleet API, allowing users to control vehicles and retrieve real-time status updates through Claude and other AI assistants. It supports functions such as waking up vehicles, viewing detailed vehicle information, and debugging via both stdio and HTTP/SSE transports.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.BASE_URL— In your MCP client, use Server URL: http://localhost:3000/sse (for production use HTTPS and set ).HOST— No Bind address (default 0.0.0.0)NGROK_URLPORT— No Port (default 3000)TESLA_CLIENT_ID— Optional If set with TESLA_CLIENT_SECRET, users go straight to the Tesla login page (no setup page)TESLA_CLIENT_SECRET— TESLA_CLIENT_ID Optional If set with , users go straight to the Tesla login page (no setup page)TESLA_PUBLIC_KEYTESLA_REFRESH_TOKEN— Yes From npm run get-tokenTWILIO_ACCOUNT_SID— Optional Twilio account SID (enables get_recent_texts / send_text)TWILIO_AUTH_TOKEN— Optional Twilio auth tokenTWILIO_PHONE_NUMBER— Optional Your Twilio phone number (E.164, e.g. +15551234567)[](https://m8ven.ai/mcp/sara3-tesla-mcp-2qr6mz)