teslamate-mcp vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
teslamate-mcp by cobanov | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 127 | ★ 149 |
| 30d uses | — | — |
| Score | 46 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsDatabaseDeveloper Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 6 mo ago | 2 mo ago |
teslamate-mcp · Summary
TeslaMate MCP server provides AI assistants with secure access to Tesla vehicle data through 18 predefined queries and custom SQL.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
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
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
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
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server