css-mcp-server

3mdistal/css-mcp-server
★ 32 stars TypeScript 📦 Other Updated 15d ago
A demo of how to build an MCP server (without just vibe coding).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "css-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "3mdistal/css-mcp-server"
      ]
    }
  }
}