Skip to main content
Travel & TransportationPython

cobanov/teslamate-mcp

A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics.

travel-transportationlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cobanov/teslamate-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "teslamate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cobanov/teslamate-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Travel & Transportation
Language
Python
Author
cobanov