# io.github.MaFady/tabler-mcp-server (npm · tabler-mcp-server)

Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs.

- Trust score: 70/100 (medium)
- Change this week: +24
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- npm · `tabler-mcp-server`: 70/100 (this document), [markdown](https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server.md), [page](https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `tabler-mcp-server`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 18 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 894 tokens (~74/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
```

### Codex

```bash
codex mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mafady-tabler-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tabler-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mafady-tabler-mcp-server --command npx --arg -y --arg tabler-mcp-server
```

### Hermes

```yaml
mcp_servers:
  mafady-tabler-mcp-server:
    command: "npx"
    args: ["-y", "tabler-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "mafady-tabler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tabler-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 70, +4)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail
- [functional improvement] Stability: unverified → 0.30

### 2026-08-02 (score 66, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 21, −5)

- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 26, −20)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 46, +20)

- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 100

### 2026-07-27 (score 26)

First indexed and scored.

## MCP tools (12)

### `search_icons` (~116 tokens)

Search Tabler Icons

Search 5,000+ free Tabler icons by keyword, tag or category. Returns icon names, categories, tags and available styles (outline/filled). Use get_icon to retrieve the actual SVG or framework code.

Input parameters:

- `category` (string): Filter by category (see list_icon_categories)
- `limit` (integer): Max results (default 20)
- `query` (string, required): Search keywords, e.g. 'shopping cart', 'arrow left', 'user'
- `style` (string): Only icons available in this style

### `get_icon` (~159 tokens)

Get a Tabler icon

Get a Tabler icon by exact name in the requested format: raw SVG (customizable size/stroke/color), React, Vue, Svelte, webfont class, or data URI.

Input parameters:

- `color` (string): CSS color to replace currentColor, e.g. '#d63939' or 'var(--tblr-primary)'
- `format` (string): Output format (default: svg)
- `name` (string, required): Exact icon name, e.g. 'heart', 'shopping-cart' (find names with search_icons)
- `size` (integer): Size in px (default 24)
- `strokeWidth` (number): Stroke width for outline style (default 2)
- `style` (string): Icon style (default: outline)

### `list_icon_categories` (~19 tokens)

List icon categories

List all Tabler icon categories with icon counts.

### `list_components` (~65 tokens)

List Tabler UI components

List the Tabler UI component catalogue (alerts, avatars, badges, buttons, cards, modals, tables, forms...). Optionally filter with a query. Use get_component for HTML snippets.

Input parameters:

- `query` (string): Optional filter, e.g. 'form', 'card'

### `get_component` (~70 tokens)

Get a Tabler component

Get ready-to-paste HTML snippets for a Tabler UI component (markup follows @tabler/core 1.4.0 conventions), plus requirements and documentation link.

Input parameters:

- `component` (string, required): Component slug or name, e.g. 'card', 'modal', 'forms' (see list_components)

### `get_page_layout` (~100 tokens)

Get a full page layout

Get a complete, ready-to-run HTML page for a Tabler layout: horizontal (top navbar), vertical (sidebar), condensed, fluid, login, register, forgot-password, error-404, error-500, or blank.

Input parameters:

- `layout` (string, required): Layout to generate
- `theme` (string): Color scheme (default: light)
- `title` (string): App/brand title injected into the page (default: 'Tabler App')

### `get_starter_template` (~112 tokens)

Get a starter HTML template

Generate a minimal Tabler starter HTML document with CDN links (CSS+JS), optional dark theme, optional plugin stylesheets (flags, payments, socials, vendors) and optional Tabler Icons webfont.

Input parameters:

- `iconsWebfont` (boolean): Include the Tabler Icons webfont stylesheet
- `plugins` (array): Extra Tabler plugin stylesheets to include
- `theme` (string): Color scheme (default: light)
- `title` (string): Page title (default: 'Tabler App')

### `get_colors` (~36 tokens)

Get the Tabler color palette

Get the official Tabler color palette (base colors, semantic theme colors, gray scale) with hex values, CSS variables and utility classes.

### `get_theme_info` (~27 tokens)

Get theming & dark mode info

How to enable dark mode, persist theme choice, and customize Tabler via CSS variables.

### `search_docs` (~76 tokens)

Search Tabler documentation

Search docs.tabler.io pages (UI, icons, emails, illustrations) by keyword. Returns page URLs — use get_docs_page to read one. Requires network access.

Input parameters:

- `limit` (integer): Max results (default 10)
- `query` (string, required): Keywords, e.g. 'modal', 'installation', 'react icons'

### `get_docs_page` (~68 tokens)

Read a Tabler docs page

Fetch a docs.tabler.io page and return its readable text content (headings, text, code blocks). Requires network access.

Input parameters:

- `url` (string, required): Full URL or path, e.g. 'https://docs.tabler.io/ui/components/modals' or 'ui/components/modals'

### `get_installation` (~46 tokens)

Get installation instructions

Up-to-date installation options for Tabler UI and Tabler Icons: CDN links, npm packages, plugin stylesheets.

Input parameters:

- `product` (string): Which product (default: ui)

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server#diagnostics

## Score history

- 2026-08-04: 70
- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 21
- 2026-07-31: 26
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 26

## Links

- npm package: https://www.npmjs.com/package/tabler-mcp-server
- Socket report: https://socket.dev/npm/package/tabler-mcp-server
- Repository: https://github.com/MaFady/tabler-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mafady-tabler-mcp-server/tabler-mcp-server
