MCP Server
Active
MIT
io.github.Patrizzos/stylespeak MCP Server
io.github.Patrizzos/stylespeak
What is the io.github.Patrizzos/stylespeak MCP server?
MCP server and CLI that makes CSS legible to AI agents — explains what applies and why.
How to install io.github.Patrizzos/stylespeak
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"stylespeak": {
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"stylespeak": {
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"stylespeak": {
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"stylespeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@patrizzos/stylespeak"
]
}
}
}Claude Code
claude mcp add stylespeak -- npx -y @patrizzos/stylespeakRelated MCP servers
io.github.Patrizzos/stylesafe
Maintained
MCP server and CLI that catches CSS cascade conflicts and Tailwind utility clashes before they ship.
0
View repository →JavaScript
MIT