Tesla Streamable MCP Server
T

Tesla Streamable MCP Server

A Tesla vehicle control MCP server based on the Tessie API, supporting both local Node.js and Cloudflare Workers runtimes, providing vehicle status query and remote control functions.
2.5 points
0

What is the Tesla MCP Server?

The Tesla MCP Server is a bridge that connects AI assistants (such as Claude, Cursor, etc.) with your Tesla vehicle. Through a secure API interface, the AI assistant can query the vehicle's status (such as battery level, location, door status) and execute control commands (such as locking the car, turning on the air - conditioning, navigation, etc.), enabling you to interact with the vehicle through natural language.

How to use the Tesla MCP Server?

Before use, you need to: 1) Register a Tessie account to obtain an API key; 2) Configure the server (locally or in the cloud); 3) Connect to the server in the AI client. After the configuration is completed, you can query the vehicle status or send control instructions through the AI assistant.

Use cases

• Remotely turn on the air - conditioning for pre - heating/pre - cooling before going out. • Quickly check the status when you forget whether you locked the car. • Remotely open the trunk for family members to pick up or put down items. • Send the navigation address to the vehicle. • Monitor the vehicle's charging status and remaining range.

Main features

Vehicle status query
Get real - time information such as battery level, remaining range, location, door status, charging status, and in - car temperature.
Remote control
Support operations such as locking/unlocking the car, turning on/off the air - conditioning, setting the temperature, opening the front and rear trunks, and opening/closing the charging port.
Navigation sharing
Send the destination address to the vehicle's navigation system, and you can start directly when getting in the car.
Security alert
Support flashing lights and sounding horns, turning on/off the sentry mode to enhance vehicle security monitoring.
Flexible deployment
Support local Node.js server and Cloudflare Workers cloud deployment to meet different usage needs.
Multi - platform integration
Compatible with various AI clients such as Claude Desktop, Cursor, and Alice App.
Advantages
Natural language interaction: Control the vehicle with daily language through the AI assistant without learning complex operations.
Dual security protection: There are independent authentications at both the client and API levels to protect your vehicle's security.
Location awareness: The AI assistant can provide context - aware suggestions based on the vehicle's location.
Open - source and transparent: The code is completely open - source, and you can review and customize the functions.
Flexible deployment: Support both local and cloud operation modes to meet different privacy needs.
Limitations
Network - dependent: Both the vehicle and the server need a network connection to work properly.
Response delay: It may take 30 - 90 seconds to remotely wake up the vehicle.
Function limitations: Limited by the Tessie API, some native Tesla functions may not be supported.
Complex configuration: You need to register a Tessie account and configure the server, which has a certain technical threshold.
Third - party dependency: You need to trust Tessie as an intermediate service provider.

How to use

Get Tessie API credentials
Visit developer.tessie.com to register an account, generate an access token in the developer settings, and record your vehicle's VIN code.
Choose a deployment method
Choose local operation (suitable for technical users) or Cloudflare Workers deployment (suitable for ordinary users) according to your needs.
Configure environment variables
Set the necessary authentication tokens: BEARER_TOKEN (client authentication), TESSIE_ACCESS_TOKEN (Tessie API key), TESSIE_VIN (vehicle identification number).
Start the server
Run the server and get the connection endpoint URL.
Connect the AI client
Add the MCP server configuration in Claude Desktop, Cursor, or Alice App.

Usage examples

Pre - heat before going out in winter
Before going out on a winter morning, let the AI assistant turn on the vehicle's air - conditioning and seat heating in advance.
Remotely assist family members
If your family members need to get something from the car but don't have the keys, you can remotely unlock the car and open the trunk.
Charging monitoring
Monitor the vehicle's charging progress when you're out and arrange your return time reasonably.
Navigation destination sharing
Send the address directly to the vehicle's navigation after finding it on the computer.
Security confirmation
Quickly confirm when you're not sure if you locked the car or closed the windows.

Frequently Asked Questions

Is this service secure? Will hackers be able to control my car?
Does the vehicle need to be online all the time?
Which is better, local deployment or cloud deployment?
Which Tesla models are supported?
What should I do if the command execution fails?
Is there a fee?
Can I control multiple vehicles at the same time?
Will the AI assistant perform incorrect operations? How to prevent it?

Related resources

GitHub repository
Project source code and latest updates
Tessie developer platform
Get API keys and view documentation
Model Context Protocol official website
Learn about the MCP protocol and technical specifications
Claude Desktop
Download the Claude desktop client that supports MCP
MCP Inspector tool
A tool for debugging and testing MCP servers
Cloudflare Workers documentation
Learn how to deploy to Cloudflare Workers

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "tesla": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:3000/mcp", "--transport", "http-only"],
      "env": { "NO_PROXY": "127.0.0.1,localhost" }
    }
  }
}

{
  "mcpServers": {
    "tesla": {
      "command": "npx",
      "args": ["mcp-remote", "http://127.0.0.1:3000/mcp", "--transport", "http-only"],
      "env": { "NO_PROXY": "127.0.0.1,localhost" }
    }
  }
}

{
  "mcpServers": {
    "tesla": {
      "command": "npx",
      "args": ["mcp-remote", "https://your-worker.workers.dev/mcp", "--transport", "http-only"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.5K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.4K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
53.7K
4.3 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
51.2K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.2K
5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
75.5K
4.7 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.2K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase