Open-source simulator for autonomous driving research.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"carla": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-carla"
]
}
}
}