Resolves and validates Tailwind classes against the actual local project config
Tailwind MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Resolves and validates Tailwind classes against the actual local project config.
An MCP server that loads your project's tailwind.config.ts/js and exposes its actual design system to AI agents — so they stop hallucinating class names.
Once Tailwind is connected, these are the calls the assistant has available:
resolve_theme_tokens — Query any namespace in the resolved Tailwind theme. Returns all design tokens as flat key-value pairsvalidate_class_string — Validates a Tailwind className string against the project's resolved config. Returns valid classes, invalid (hallucinated) classes, and conflictdetect_css_conflicts — Detects conflicting Tailwind utilities — e.g. flex + grid, or absolute + fixed on the same elementget_config_summary — Returns a compact overview: Tailwind version, prefix, which theme sections are customized, active pluginsSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Tailwind's toolset — resolve_theme_tokens, validate_class_string, detect_css_conflicts and 1 more — is a fair guide to whether it matches your workflow.
This entry was verified against Tailwind's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| resolve_theme_tokens | Query any namespace in the resolved Tailwind theme. Returns all design tokens as flat key-value pairs. |
| validate_class_string | Validates a Tailwind className string against the project's resolved config. Returns valid classes, invalid (hallucinated) classes, and conflict warnings. |
| detect_css_conflicts | Detects conflicting Tailwind utilities — e.g. flex + grid, or absolute + fixed on the same element. |
| get_config_summary | Returns a compact overview: Tailwind version, prefix, which theme sections are customized, active plugins. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.