teslamate-mcp

cobanov/teslamate-mcp
★ 127 stars Python 🗄️ Database Updated 5d ago
A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install teslamate-mcp

README Excerpt

<div align="center"> <img src="assets/teslamcp.gif" alt="TeslaMate MCP Server demo" width="720" /> A [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes your [TeslaMate](https://github.com/teslamate-org/teslamate) PostgreSQL database to MCP-aware AI clients (Claude Desktop, Cursor, etc.) over either stdio or streamable HTTP.

Tools (12)

AUTH_TOKENCUSTOM_SQL_ROW_LIMITDATABASE_URLDEBUGHOSTLOG_LEVELPOOL_MAX_SIZEPOOL_MIN_SIZEPORTQUERY_TIMEOUT_MSget_database_schemaget_your_data

Topics

mcpmcp-serverteslatesla-apiteslamate