Skip to content
Cursor

StyleKit for Cursor

io.github.anxforever/stylekit-mcp

Search 148 curated design styles and pull tokens, recipes, and shadcn commands into your AI IDE.

client:Cursor transport:stdio runtime:npm

Install StyleKit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "stylekit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "stylekit-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

StyleKit in other clients