Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.MaFady/tabler-mcp-server

NPM · TABLER-MCP-SERVER · SCANNED AUG 3

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

Available components

+40 this week 66 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 894 tokens (~74/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · tabler-mcp-server

# add to Claude Code
claude mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add mafady-tabler-mcp-server --command npx --arg -y --arg tabler-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  mafady-tabler-mcp-server:
    command: "npx"
    args: ["-y", "tabler-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "mafady-tabler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tabler-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 −5
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
  • 31 Jul 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +20
    • Dependency health: partial → unverified functional
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 26

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~894 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_colors ~36

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_component ~70

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

NameTypeReqDescription
componentstringyesComponent slug or name, e.g. 'card', 'modal', 'forms' (see list_components)

No output schema declared.

No examples provided.

get_docs_page ~68

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

NameTypeReqDescription
urlstringyesFull URL or path, e.g. 'https://docs.tabler.io/ui/components/modals' or 'ui/components/modals'

No output schema declared.

No examples provided.

get_icon ~159

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.

NameTypeReqDescription
colorstringCSS color to replace currentColor, e.g. '#d63939' or 'var(--tblr-primary)'
formatstringOutput format (default: svg)
namestringyesExact icon name, e.g. 'heart', 'shopping-cart' (find names with search_icons)
sizeintegerSize in px (default 24)
strokeWidthnumberStroke width for outline style (default 2)
stylestringIcon style (default: outline)

No output schema declared.

No examples provided.

get_installation ~46

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

NameTypeReqDescription
productstringWhich product (default: ui)

No output schema declared.

No examples provided.

get_page_layout ~100

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.

NameTypeReqDescription
layoutstringyesLayout to generate
themestringColor scheme (default: light)
titlestringApp/brand title injected into the page (default: 'Tabler App')

No output schema declared.

No examples provided.

get_starter_template ~112

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.

NameTypeReqDescription
iconsWebfontbooleanInclude the Tabler Icons webfont stylesheet
pluginsarrayExtra Tabler plugin stylesheets to include
themestringColor scheme (default: light)
titlestringPage title (default: 'Tabler App')

No output schema declared.

No examples provided.

get_theme_info ~27

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_components ~65

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.

NameTypeReqDescription
querystringOptional filter, e.g. 'form', 'card'

No output schema declared.

No examples provided.

list_icon_categories ~19

List all Tabler icon categories with icon counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_docs ~76

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

NameTypeReqDescription
limitintegerMax results (default 10)
querystringyesKeywords, e.g. 'modal', 'installation', 'react icons'

No output schema declared.

No examples provided.

search_icons ~116

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.

NameTypeReqDescription
categorystringFilter by category (see list_icon_categories)
limitintegerMax results (default 20)
querystringyesSearch keywords, e.g. 'shopping cart', 'arrow left', 'user'
stylestringOnly icons available in this style

No output schema declared.

No examples provided.