Skip to content

bensayswords/clay-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clay CLI

A command-line interface for Clay (Personal Relationship Manager), wrapping the official MCP server.

Features

  • 🔍 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

Installation

npm install -g @bencollins/clay-cli

Or run directly:

npx @bencollins/clay-cli search "Dom Bilkey"

Configuration

Requires a Clay API key. Set it as an environment variable:

export CLAY_API_KEY="your_key_here"

Usage

Search Contacts

clay search "Dom Bilkey"
clay search "Designers in London"

Get Contact Details

clay get <contact_id>

List Available Tools

clay list-tools

License

MIT

About

CLI wrapper for Clay (clay.earth) MCP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors