Control StarLine car alarm via Claude AI — 15 native MCP tools (start, stop, arm, location, track...)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"starline-mcp-server": {
"command": "npx",
"args": [
"-y",
"Gigabytedru/starline-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add starline-mcp-server npx -y Gigabytedru/starline-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"starline-mcp-server": {
"command": "npx",
"args": [
"-y",
"Gigabytedru/starline-mcp-server"
]
}
}
}