Resolves Tailwind CSS design tokens and validates utility classes against the local project config.
claude mcp add tailwind-context-resolver-mcp -- npx -y tailwind-context-resolver-mcp
claude_desktop_config.json
{
"mcpServers": {
"tailwind-context-resolver-mcp": {
"command": "npx",
"args": [
"-y",
"tailwind-context-resolver-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tailwind-context-resolver-mcp": {
"command": "npx",
"args": [
"-y",
"tailwind-context-resolver-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tailwind-context-resolver-mcp": {
"command": "npx",
"args": [
"-y",
"tailwind-context-resolver-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tailwind-context-resolver-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tailwind-context-resolver-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tailwind-context-resolver-mcp": {
"command": "npx",
"args": [
"-y",
"tailwind-context-resolver-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.vola-trebla--tailwind-context-resolver-mcp/reviews or the review_server meta-tool.
POST /mcp