Back to MCP Servers
Teslamate
A Model Context Protocol (MCP) server that provides access to your TeslaMate database, allowing AI assistants to query Tesla vehicle data and analytics.
travel-transportationai
By cobanov
Installation
npx -y teslamate-mcpConfiguration
{
"mcpServers": {
"teslamate-mcp": {
"command": "npx",
"args": ["-y", "teslamate-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes