Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From apple-kit-skills
Tessl MCP server runs locally via stdio subprocess using 'tessl mcp start' command. Provides Tesla vehicle API access for status, controls, and data via Tessl CLI. Tesla credentials likely needed.
npx claudepluginhub dpearson2699/swift-ios-skills --plugin swiftui-skillsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tessl": {
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}Server configuration and connection parameters
tesslCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.