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

io.github.MaFady/tabler-mcp-server

NPM · TABLER-MCP-SERVER · SCANNED SEP 20

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

Available components

0 this week 79 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 65 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability83
  • 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 Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.MaFady/tabler-mcp-server server?

io.github.MaFady/tabler-mcp-server runs locally as an npm package, launched with npx -y tabler-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · tabler-mcp-server

# add to Claude Code
claude mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "mafady-tabler-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tabler-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mafady-tabler-mcp-server": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mafady-tabler-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tabler-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mafady-tabler-mcp-server -t stdio -c npx -a -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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −8
    • Source repository: pass → fail security
    • Stability: pass → 0.80 functional
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 20 Sept 2026 · Analysed npm/tabler-mcp-server@1.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.MaFady/tabler-mcp-server server?

io.github.MaFady/tabler-mcp-server is listed in the public MCP registry as io.github.MaFady/tabler-mcp-server. Tabler.io for AI assistants: search 5,000+ icons, UI components, layouts, themes and docs. This page covers its npm package (tabler-mcp-server).

Is the io.github.MaFady/tabler-mcp-server server safe to use?

io.github.MaFady/tabler-mcp-server scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.MaFady/tabler-mcp-server server expose?

io.github.MaFady/tabler-mcp-server exposes 12 tools: search_icons, get_icon, list_icon_categories, list_components, get_component, and 7 more. Their descriptions and schemas cost roughly 894 tokens of context every time the server is loaded.

Is the io.github.MaFady/tabler-mcp-server server still maintained?

io.github.MaFady/tabler-mcp-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.MaFady/tabler-mcp-server server under?

io.github.MaFady/tabler-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.