seedflip for Cursor
io.github.bockenstette1/seedflip
100+ curated design systems for AI coding agents. Design taste, not guesswork.
client:Cursor
transport:stdio
runtime:npm
Install seedflip in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"seedflip": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"seedflip-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs