Blazor Components
Uses reflection to discover and analyze Blazor components from loaded assemblies, extracting metadata about parameters, cascading
A Blazor component introspection server that uses reflection to discover and analyze Blazor components from loaded assemblies, extracting detailed metadata about parameters, cascading parameters, and injected dependencies. Built by Simon Liebers, it provides two core tools: listing all available components with their namespaces, and retrieving component details including property types, required attributes, and custom attribute information. The implementation features configurable assembly discovery options, intelligent type name formatting with C# aliases and generic type support, and focuses specifically on the DynamicHead.Blazor component library, making it useful for developers building Blazor applications who need contextual assistance with component APIs and parameter requirements.
Source
Repository: https://github.com/simonliebers-dev/components.mcp.blazor
Maintain Blazor Components?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Blazor Components on getagentictools](https://getagentictools.com/mcp/simonliebers-dev-components-mcp-blazor?ref=badge)