home / mcp / bootstrapblazor.mcpserver

BootstrapBlazor.MCPServer

Provides an MCP server that serves BootstrapBlazor component docs and source access for AI assistants.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "bootstrapblazor-bootstrapblazor.mcpserver": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "BootstrapBlazor.MCPServer.AppHost"
      ],
      "env": {
        "ASPNETCORE_ENVIRONMENT": "Production"
      }
    }
  }
}

Available tools

ListComponents

Returns the names and descriptions of all available BootstrapBlazor components.

GetComponentFiles

Returns the component file list including source and example files for a specified component.

GetFileContent

Returns the complete content of a specific component file by name and category (Source or Example).

Echo

Test tool for validating MCP channel connectivity and basic responses.