Skip to main content
Glama

Tesla MCP Server

by scald
package.json948 B
{ "name": "tesla-mcp", "version": "0.1.0", "description": "A MCP Server for your Tesla", "private": true, "type": "module", "bin": { "tesla-mcp-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "get-token": "node --loader ts-node/esm src/getRefreshToken.ts", "test-api": "node --loader ts-node/esm src/testConnection.ts", "register": "node src/register.js", "start": "node run-mcp.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.7.0", "axios": "^1.8.2", "dotenv": "^16.4.7", "express": "^5.0.1" }, "devDependencies": { "@types/express": "^5.0.0", "@types/node": "^22.10.5", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/scald/tesla-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server