refero-styles-mcp-server

faridjafarlee/refero-styles-mcp-server
★ 0 stars TypeScript 📦 Other Updated 6d ago
MCP server that finds and returns design.md specs from styles.refero.design matching your project
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": {
    "refero-styles-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "faridjafarlee/refero-styles-mcp-server"
      ]
    }
  }
}