Back to directory
teslamate-mcp

teslamate-mcp

@cobanov93

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

TeslaMatedatabaseanalytics

Installation & Configuration

{
  "mcpServers": {
    "teslamate": {
      "command": "uv",
      "args": [
        "run",
        "python",
        "/path/to/teslamate-mcp/main.py"
      ],
      "env": {
        "DATABASE_URL": "postgresql://username:password@hostname:port/teslamate"
      }
    }
  }
}

Information

Transport
streamable
Language
Python
Created
2025/7/23
Updated
2025/7/23