TeslaMate MCP
Queries your TeslaMate PostgreSQL database with 18 predefined analytics tools for battery, charging, and driving data.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
This community MCP server connects to a TeslaMate PostgreSQL database to query vehicle telemetry. The maintainer appears to be a solo developer with limited GitHub presence. The server requires direct database credentials via TESLAMATE_DB_URL, creating a single point of credential exposure. Installation is manual via uv sync with no package registry distribution, increasing supply chain risk. The repository shows basic documentation and 18 predefined read-only queries for battery health, charging patterns, and driving statistics. Permissions are reasonably scoped to database reads only, which is positive. However, the lack of package distribution, solo maintenance, and requirement for direct database access to potentially sensitive vehicle data warrant caution. No security incidents are known. Suitable for personal use by those comfortable with the technical setup, but organisations should evaluate credential management carefully.
Green flags
- Read-only database queries, no write or delete operations
- Open source with clear repository and basic documentation
- Scoped to specific TeslaMate database schema, not arbitrary SQL
- No known security incidents or malicious behaviour
- Predefined queries reduce SQL injection surface
Red flags
- Solo maintainer with limited public track record
- Requires direct PostgreSQL credentials in environment variable
- No package registry distribution, manual clone-and-build only
- Accesses potentially sensitive vehicle location and usage data
- Limited maintenance activity and community review
Permissions requested
Install
uv sync
TESLAMATE_DB_URLReview
Install this if you're already running TeslaMate and want Claude to answer battery, charging, and driving questions without leaving the chat. Skip it if you don't own a Tesla, aren't logging with TeslaMate, or need custom queries beyond the 18 predefined tools.
Good at
- Eighteen predefined tools cover the most common EV analytics questions without writing SQL.
- Read-only database access means no risk of accidentally sending commands to your vehicle.
- Works directly with your existing TeslaMate Postgres instance, no data export or sync required.
- Tool descriptions are clear enough that Claude can pick the right query without you specifying parameters every time.
Watch out
- Requires TeslaMate already running and accessible, so it's useless if you're not logging Tesla data.
- Locked into 18 predefined queries; custom analytics need a fork or raw SQL access.
- No live vehicle data, only what TeslaMate has logged to the database.
- Setup assumes you're comfortable with Postgres connection strings and environment variables.
Use cases
- EV analytics
- charging cost analysis
- battery degradation tracking
- driving pattern insights
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.