Installation
Requirements
- bash 3.2 or later
- No external dependencies — seed uses only bash and standard POSIX utilities
Homebrew (recommended)
brew install fissible/tap/seedVerify the install:
seed --versionmacbin
seed is also available via fissible/macbin:
macbin install seedFrom source
Clone the repository and add it to your PATH:
git clone https://github.com/fissible/seed.gitexport PATH="$PATH:/path/to/seed/bin"MCP server setup
To use seed’s generators inside Claude Desktop or any MCP-compatible client, add the server to ~/.config/claude/claude_desktop_config.json:
{ "mcpServers": { "seed": { "command": "seed", "args": ["mcp"] } }}Restart Claude Desktop after editing the config. All 37 generators will be available as MCP tools.