Kendo Angular
Freeby MCP Community
Model Context Protocol for Kendo UI for Angular
v1.6.0Added Apr 12, 2026
MCP ServerModel Context ProtocolAngularKendoProgress
Kendo Angular MCP Server
Model Context Protocol for Kendo UI for Angular
Installation
npx -y @progress/kendo-angular-mcp
Reviews
Installation
Quick install
npx -y @progress/kendo-angular-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"kendo-angular": {
"command": "npx",
"args": ["-y", "@progress/kendo-angular-mcp"]
}
}
}