Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From tailwind
Local Tailwind CSS MCP server providing utility class generation, configuration access, purging, and frontend styling tools. Runs as a subprocess via npx.
npx claudepluginhub gopherguides/gopher-ai --plugin tailwindCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tailwindcss": {
"command": "npx",
"args": [
"-y",
"tailwindcss-mcp-server"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.