PluginBench
MCP Server
Active
MIT

io.github.anousss007/ng-blatui MCP Server

io.github.anousss007/ng-blatui

What is the io.github.anousss007/ng-blatui MCP server?

ng-blatui for Angular — search components, blocks, charts & templates and read their typed API.

How to install io.github.anousss007/ng-blatui

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ng-blatui": {
      "url": "https://ngblatui.remix-it.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ng-blatui": {
      "serverUrl": "https://ngblatui.remix-it.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ng-blatui": {
      "type": "http",
      "url": "https://ngblatui.remix-it.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "ng-blatui": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ngblatui.remix-it.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http ng-blatui https://ngblatui.remix-it.com/mcp

Related MCP servers

shadcn/ui for Laravel Blade — discover, read and install BlatUI components, blocks and charts.

177
Blade
View repository →