sass_server_mcp

johnmaher1245/sass_server_mcp
★ 0 stars JavaScript 📦 Other Updated 5d ago
An MCP server.
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": {
    "sass_server_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "johnmaher1245/sass_server_mcp"
      ]
    }
  }
}