Agentic Design System for Cursor
io.github.aa-on-ai/agentic-design-system
Render web and SwiftUI evidence, run explicit visual judgment, and trace ADS UI decisions.
client:Cursor
transport:stdio
runtime:npm
Install Agentic Design System in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentic-design-system": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ads-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs