A command-line interface for Clay (Personal Relationship Manager), wrapping the official MCP server.
- 🔍 Search Contacts - Find people in your Clay network
- 👤 Get Details - Retrieve full contact profiles including notes
- 🛠️ MCP Wrapper - Direct access to all Clay MCP tools via CLI
- ⚡ Fast - Bypasses complex agent setups for direct access
npm install -g @bencollins/clay-cliOr run directly:
npx @bencollins/clay-cli search "Dom Bilkey"Requires a Clay API key. Set it as an environment variable:
export CLAY_API_KEY="your_key_here"clay search "Dom Bilkey"
clay search "Designers in London"clay get <contact_id>clay list-toolsMIT