Skip to content
Grok

seedflip for Grok

io.github.bockenstette1/seedflip

100+ curated design systems for AI coding agents. Design taste, not guesswork.

client:Grok transport:stdio runtime:npm

Install seedflip in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

seedflip in other clients