Tabler MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_iconsA | 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. |
| get_iconA | 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. |
| list_icon_categoriesA | List all Tabler icon categories with icon counts. |
| list_componentsA | 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. |
| get_componentA | Get ready-to-paste HTML snippets for a Tabler UI component (markup follows @tabler/core 1.4.0 conventions), plus requirements and documentation link. |
| get_page_layoutB | 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. |
| get_starter_templateA | 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. |
| get_colorsA | Get the official Tabler color palette (base colors, semantic theme colors, gray scale) with hex values, CSS variables and utility classes. |
| get_theme_infoC | How to enable dark mode, persist theme choice, and customize Tabler via CSS variables. |
| search_docsA | Search docs.tabler.io pages (UI, icons, emails, illustrations) by keyword. Returns page URLs — use get_docs_page to read one. Requires network access. |
| get_docs_pageA | Fetch a docs.tabler.io page and return its readable text content (headings, text, code blocks). Requires network access. |
| get_installationA | Up-to-date installation options for Tabler UI and Tabler Icons: CDN links, npm packages, plugin stylesheets. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool has a clearly distinct purpose: retrieving colors, icons, components, layouts, docs, installation, themes, and listing/searching. There is no functional overlap.
All tool names follow a consistent verb_noun pattern (get_*, list_*, search_*), making it predictable for an agent to infer functionality.
12 tools is well-scoped for a UI framework server, covering retrieval, listing, and search without being excessive or insufficient.
The tool set covers all essential operations for a static UI framework: fetching individual resources, listing/searching, installation, and theme info. No obvious gaps for its domain.