mcp-tesla

MyTeslaMate/mcp-tesla
★ 1 stars Python 🔌 API Integration Updated today
MCP Server for Tesla Fleet API and Teslamate API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tesla": {
      "command": "uvx",
      "args": [
        "mcp-tesla"
      ]
    }
  }
}

Or install with pip: pip install mcp-tesla

README Excerpt

This repository provides a [Model Context Protocol](https://github.com/modelcontextprotocol/spec) server that wraps both the Tesla Fleet API and the TeslaMate API. It includes vehicle endpoints, vehicle commands, energy endpoints (Powerwall/Solar), and charging endpoints. The implementation is modular and fully featured, exposing **98 MCP tools** for the Tesla Fleet API and **9 MCP tools** for the TeslaMate API.