TeslaMate MCP Server
Exposes TeslaMate HTTP APIs (health, logging, drive GPX) and a generic API request tool for interacting with a TeslaMate instance via MCP.
README
teslamate-mcp
MCP server built from skeleton-mcp that exposes TeslaMate HTTP APIs.
What This Server Exposes
TeslaMate endpoints covered by dedicated tools:
GET /health_checkPUT /api/car/:id/logging/suspendPUT /api/car/:id/logging/resumeGET /drive/:id/gpx
Additional MCP tools:
teslamate_connection_infoteslamate_scope_infoteslamate_list_endpointsteslamate_api_request(generic passthrough to support all currently available TeslaMate routes)
Tool Catalog
-
teslamate_connection_info- Returns MCP and TeslaMate connection/auth configuration status (without leaking secrets).
-
teslamate_list_endpoints- Returns the currently known TeslaMate routes from TeslaMate docs/source.
-
teslamate_scope_info- Returns the effective user scope used to resolve TeslaMate connection settings.
-
teslamate_health_check- Calls
GET /health_check. - Optional
userIdroutes the call to a specific TeslaMate user profile.
- Calls
-
teslamate_suspend_logging- Calls
PUT /api/car/:id/logging/suspend. - Optional
userIdroutes the call to a specific TeslaMate user profile. - Requires
authorizationKeywhenMCP_ADMIN_AUTH_KEYis configured.
- Calls
-
teslamate_resume_logging- Calls
PUT /api/car/:id/logging/resume. - Optional
userIdroutes the call to a specific TeslaMate user profile. - Requires
authorizationKeywhenMCP_ADMIN_AUTH_KEYis configured.
- Calls
-
teslamate_get_drive_gpx- Calls
GET /drive/:id/gpx. - Optional
userIdroutes the call to a specific TeslaMate user profile.
- Calls
-
teslamate_api_request- Generic TeslaMate request tool with method/path/query/body/headers support.
- Optional
userIdroutes the call to a specific TeslaMate user profile. - Uses the configured TeslaMate base URL and auth mode.
- Mutating methods (
POST,PUT,PATCH,DELETE) requireauthorizationKeywhenMCP_ADMIN_AUTH_KEYis configured.
Environment
Copy .env.example to .env and set at least:
TESLAMATE_BASE_URL(defaulthttp://127.0.0.1:4000)TESLAMATE_AUTH_MODE(none,bearer, orbasic)TESLAMATE_BEARER_TOKENif using bearer authTESLAMATE_BASIC_USERNAMEandTESLAMATE_BASIC_PASSWORDif using basic auth
Optional security control for mutating MCP operations:
MCP_ADMIN_AUTH_KEY
Multi-user TeslaMate routing:
MCP_CONFIG_DEFAULT_USER_IDsets the default profile (defaultwhen unset).TESLAMATE_USER_OVERRIDES_JSONis a JSON object keyed by user id with per-user TeslaMate overrides.- For HTTP mode with Vault token auth, authenticated token metadata
userIdis used as request scope automatically.
Example TESLAMATE_USER_OVERRIDES_JSON:
{
"default": {
"baseUrl": "http://teslamate-default:4000",
"authMode": "none"
},
"user-123": {
"baseUrl": "http://teslamate-user-123:4000",
"authMode": "bearer",
"bearerToken": "token-for-user-123"
}
}
HTTP auth modes and sources:
MCP_HTTP_AUTH_MODEsupportstoken,oauth2, orboth.MCP_HTTP_TOKEN_SOURCE=envkeeps static tokens fromMCP_HTTP_AUTH_TOKENS.MCP_HTTP_TOKEN_SOURCE=vaultvalidates bearer tokens from Vault token index and can resolve authenticateduserId.MCP_HTTP_VAULT_TOKEN_INDEX_PATH,MCP_HTTP_VAULT_TOKEN_DEFAULT_USER_ID,MCP_HTTP_VAULT_TOKEN_REQUIRED_SCOPES,MCP_HTTP_VAULT_TOKEN_REQUIRED_AUDIENCE,MCP_HTTP_VAULT_TOKEN_CACHE_TTL_MSconfigure Vault token verification.MCP_HTTP_OAUTH2_INTROSPECTION_URL,MCP_HTTP_OAUTH2_CLIENT_ID,MCP_HTTP_OAUTH2_CLIENT_SECRET,MCP_HTTP_OAUTH2_REQUIRED_SCOPES,MCP_HTTP_OAUTH2_REQUIRED_AUDIENCE,MCP_HTTP_OAUTH2_TIMEOUT_MS,MCP_HTTP_OAUTH2_CACHE_TTL_MSconfigure OAuth2 introspection.
Run
Install dependencies:
npm install
Start stdio MCP server:
npm run start:stdio
Start HTTP MCP server:
npm run start:http
External Services Mode
This project still includes docker-compose.external.yml for app-only runs that point to external services. If you use that mode, configure at least POSTGRES_HOST and VAULT_ADDR in your environment before launching the compose file.
Notes On TeslaMate API Coverage
TeslaMate's native JSON API surface is intentionally small. This MCP includes dedicated tools for all known API-style endpoints and adds teslamate_api_request so new/instance-specific routes can be accessed without waiting for a code change.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。