Skip to content

Kendo React

Free

by MCP Community

Model Context Protocol for KendoReact

v1.7.0Added Apr 12, 2026
MCP ServerModel Context ProtocolReactKendoProgress
Works with:ClaudeGPTGeminiCopilot

Kendo React MCP Server

Model Context Protocol for KendoReact

Installation

npx -y @progress/kendo-react-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @progress/kendo-react-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "kendo-react": {
      "command": "npx",
      "args": ["-y", "@progress/kendo-react-mcp"]
    }
  }
}