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.
Quick Start
Clone the repository:
git clone https://github.com/cobanov/teslamate-mcpClaude Desktop configuration example:
{
"mcpServers": {
"teslamate-mcp": {
"command": "npx",
"args": [
"-y",
"cobanov/teslamate-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.