Select theme:
Radzen Blazor MCP is a Model Context Protocol server that gives AI coding agents deep knowledge of the Radzen Blazor component library. Instead of relying on the agent's training data (which may be outdated or incomplete), MCP provides your agent with live access to component documentation, property references, and working code patterns.
The result: your agent generates code that actually works with Radzen Blazor — correct property names, proper event bindings, and idiomatic component usage.
The server exposes a single MCP tool called search. Your agent calls it with a natural-language query and gets back markdown documentation — component APIs, code samples, and step-by-step instructions. Here's what's covered:
Component API documentation for 110+ Radzen Blazor components, including every property, event, enum value, and binding pattern. This covers everything from DataGrid columns and sorting configuration to Chart series types and Dialog options.
Ready-made templates for common application patterns:
Usage guides that explain how to wire components together — data binding patterns, event handling, cascading dropdowns, loading data from APIs, and other real-world scenarios.
Once your agent is connected, try prompts like these:
Be specific about components. Say "RadzenDataGrid" instead of "data table" or "grid." The agent uses your prompt to search the MCP server, and exact component names return the most relevant documentation.
Describe your data model. The more context you give about your entities and relationships, the more complete the generated code will be. Instead of "create a grid," try "create a RadzenDataGrid for a Product entity with Name, Price, and Category properties."
Build incrementally. Start with a single component, verify it works, then ask for additions. This is more reliable than asking for an entire page in one prompt.
Mention Radzen explicitly. Some agents don't automatically invoke MCP tools for every prompt. Including "Radzen" in your prompt helps the agent recognize that it should check the MCP server.
Radzen is free to use. You can also test the premium features for 15 days.
Start FreeSelect theme: