teslamate-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
teslamate-mcp by cobanov | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 127 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDatabaseDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 6 mo ago | this month |
teslamate-mcp · Summary
TeslaMate MCP server provides AI assistants with secure access to Tesla vehicle data through 18 predefined queries and custom SQL.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
teslamate-mcp · Use cases
- Tesla owners can query their vehicle's battery health and efficiency trends through AI assistants
- AI assistants can analyze driving patterns and provide efficiency optimization recommendations
- Users can get custom vehicle analytics by executing specific SQL queries against their Tesla data
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
teslamate-mcp · Install
Local Setup (Cursor/Claude Desktop)
git clone https://github.com/cobanov/teslamate-mcp.git
cd teslamate-mcp
cp env.example .env
# Edit .env with your DATABASE_URL
uv syncConfigure your MCP client:
{
"mcpServers": {
"teslamate": {
"command": "uv",
"args": ["--directory", "/path/to/teslamate-mcp", "run", "main.py"]
}
}
}Remote Setup (Docker)
git clone https://github.com/cobanov/teslamate-mcp.git
cd teslamate-mcp
cp env.example .env
# Edit .env with your DATABASE_URL
docker-compose up -dServer available at: http://localhost:8888/mcp
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}