From otter
Runs Angular CLI locally as subprocess to provide tools for generating components, services, modules, building, serving, testing, and managing Angular projects.
npx claudepluginhub amadeusitgroup/otter --plugin otterAdd to your .mcp.json:
{
"mcpServers": {
"angular": {
"command": "npx",
"args": [
"-y",
"@angular/cli@^21.0.0",
"mcp"
]
}
}
}npx