melta UI for Cursor
io.github.tsubotax/melta-ui
AI-Ready design system MCP: melta UI tokens, component contracts, 99 rules, check_html self-verify
client:Cursor
transport:stdio
runtime:npm
Install melta UI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"melta-ui": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"melta-ds-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs