Stats
Actions
Tags
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.
Copy 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
npx claudepluginhub dpearson2699/swift-ios-skills --plugin swiftui-skills