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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- 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 17 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
codex mcp add mafady-tabler-mcp-server -- npx -y tabler-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mafady-tabler-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"tabler-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add mafady-tabler-mcp-server --command npx --arg -y --arg tabler-mcp-server
mcp_servers:
mafady-tabler-mcp-server:
command: "npx"
args: ["-y", "tabler-mcp-server"] {
"mcpServers": {
"mafady-tabler-mcp-server": {
"command": "npx",
"args": [
"-y",
"tabler-mcp-server"
]
}
}
} 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.
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.
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.
get_colors Get the Tabler color palette ~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 Get a Tabler 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.
| Name | Type | Req | Description |
|---|---|---|---|
| component | string | yes | Component slug or name, e.g. 'card', 'modal', 'forms' (see list_components) |
No output schema declared.
No examples provided.
get_docs_page Read a Tabler docs page ~68
Fetch a docs.tabler.io page and return its readable text content (headings, text, code blocks). Requires network access.
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Full 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 Get a Tabler 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.
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | — | CSS color to replace currentColor, e.g. '#d63939' or 'var(--tblr-primary)' |
| format | string | — | Output format (default: svg) |
| name | string | yes | 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) |
No output schema declared.
No examples provided.
get_installation Get installation instructions ~46
Up-to-date installation options for Tabler UI and Tabler Icons: CDN links, npm packages, plugin stylesheets.
| Name | Type | Req | Description |
|---|---|---|---|
| product | string | — | Which product (default: ui) |
No output schema declared.
No examples provided.
get_page_layout Get a full 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.
| Name | Type | Req | Description |
|---|---|---|---|
| layout | string | yes | Layout to generate |
| theme | string | — | Color scheme (default: light) |
| title | string | — | App/brand title injected into the page (default: 'Tabler App') |
No output schema declared.
No examples provided.
get_starter_template Get a starter HTML 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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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') |
No output schema declared.
No examples provided.
get_theme_info Get theming & dark mode 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 List Tabler UI 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.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Optional filter, e.g. 'form', 'card' |
No output schema declared.
No examples provided.
list_icon_categories 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 Search Tabler documentation ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max results (default 10) |
| query | string | yes | Keywords, e.g. 'modal', 'installation', 'react icons' |
No output schema declared.
No examples provided.
search_icons Search Tabler 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.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category (see list_icon_categories) |
| limit | integer | — | Max results (default 20) |
| query | string | yes | Search keywords, e.g. 'shopping cart', 'arrow left', 'user' |
| style | string | — | Only icons available in this style |
No output schema declared.
No examples provided.