Installation
npm / yarn / pnpm
bash
npm install builtwith-apibash
yarn add builtwith-apibash
pnpm add builtwith-apiBun
bash
bun add builtwith-apiHomebrew
bash
brew install zcaceres/tap/builtwithCLI (no install)
Run the CLI with npx:
bash
npx --package builtwith-api builtwith free example.com --api-key YOUR_KEYOr install globally:
bash
npm install -g builtwith-api
builtwith free example.comMCP Server
The MCP server uses the separate builtwith-mcp package. Install it globally:
bash
npm install -g builtwith-mcpOr run it with npx:
bash
npx -y builtwith-mcpStandalone binaries
GitHub Releases provides precompiled binaries for:
- Linux x64 / ARM64
- macOS x64 / ARM64 (Apple Silicon)
- Windows x64
API Key
Get a BuiltWith API key at api.builtwith.com.
Set it as an environment variable:
bash
export BUILTWITH_API_KEY=your-key-hereYou can also use --api-key with the CLI or MCP server, or pass the key to createClient().
