Model Context Protocol server with Angular-native tools for components, routes, and architecture analysis
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"angular-mcp-server": {
"command": "npx",
"args": [
"-y",
"Mhdd-24/angular-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add angular-mcp-server npx -y Mhdd-24/angular-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"angular-mcp-server": {
"command": "npx",
"args": [
"-y",
"Mhdd-24/angular-mcp-server"
]
}
}
}