Odel
tailwind context resolver mcp

tailwind context resolver mcp

Local
@vola-treblaTypeScriptMITUpdated 3mo ago

Resolves Tailwind CSS design tokens and validates utility classes against the local project config.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtailwind-context-resolver-mcpv0.2.0

Run

npx -y tailwind-context-resolver-mcp

MCP client config

{
  "mcpServers": {
    "tailwind-context-resolver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tailwind-context-resolver-mcp"
      ]
    }
  }
}