MCP server that finds and returns design.md specs from styles.refero.design matching your project
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"
]
}
}
}
Run in terminal:
claude mcp add refero-styles-mcp-se npx -y faridjafarlee/refero-styles-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"refero-styles-mcp-se": {
"command": "npx",
"args": [
"-y",
"faridjafarlee/refero-styles-mcp-server"
]
}
}
}