Skip to content

Kendo Angular

Free

by MCP Community

Model Context Protocol for Kendo UI for Angular

v1.6.0Added Apr 12, 2026
MCP ServerModel Context ProtocolAngularKendoProgress
Works with:ClaudeGPTGeminiCopilot

Kendo Angular MCP Server

Model Context Protocol for Kendo UI for Angular

Installation

npx -y @progress/kendo-angular-mcp

Reviews

Leave a Review

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"]
    }
  }
}