Artisign for Cursor
dev.artisign/artisign
An artificial artisan for UI design: agents build screens, a design system keeps them consistent.
client:Cursor
transport:stdio
runtime:npm
Install Artisign in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"artisign": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"artisign"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs