Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • OWASP Cheatsheets MCP Server
  • Vertex AI MCP Server
  • cve-searchmcp
  • TxtAi Memory Vector Server
  • MCP Apple Reminders
Back to MCP Servers
Clay

Clay

Public
clay-inc/clay-mcp

A Model Context Protocol (MCP) server for Clay (https://clay.earth). Search your email, calendar, Twitter / X, Linkedin, iMessage, Facebook, and WhatsApp contacts. Take notes, set reminders, and more.

Verified
javascript
0 tools
May 30, 2025
Updated May 30, 2025

Clay MCP Server

A simple Model Context Protocol (MCP) server for Clay.

Demo Video

Getting Started

Via Smithery (fastest)

  1. Click here to log into Clay and generate your Clay API key.
  2. Visit Clay's Smithery page and enter your Clay API key under "Installation".
  3. Under Claude > NPM, copy the NPM command and run it in your terminal.

Manual installation

  1. Edit your claude_desktop_config.json (in the Claude Desktop app, go to Preferences > Developer > Edit Config)
  2. Add the Clay MCP server as below:
{
  "mcpServers": {
    "clay-mcp": {
      "command": "npx",
      "args": ["@clayhq/clay-mcp@latest"],
      "env": {
        "CLAY_API_KEY": "YOUR_CLAY_API_KEY"
      }
    }
  }
}

Features

  • Contact Search: Find contacts by job title, company, location, or specific keywords.
  • Interaction Search: Retrieve past interactions based on various criteria.
  • Contact Statistics: Obtain numerical statistics and percentages related to your contacts.
  • Detailed Contact Info: Access comprehensive information for a specific contact by ID.
  • Add New Contact: Create new contacts with details like name, phone, email, and more.
  • Add Contact Note: Create a note associated with a specific contact.
  • Retrieve Groups: Get all user-defined groups or lists.
  • Create New Group: Create a new group or list.
  • Update Group: Update a group's title or modify its members.
  • Retrieve Notes: Get notes created within a specified date range.
  • Retrieve Events: Fetch meetings and events scheduled within a specified date range.

Examples

  • "Who in my network works at Google as a Product Manager?"
  • "Who have I emailed the most this year?"
  • "How many of my contacts are based in New York?"
  • "Who is John Smith?"
  • "Add a new contact named Jane Doe, who is a Designer at Figma."
  • "Save a note for John Smith: 'Follow up about the Q2 report.'"
  • "Create a group called 'Investors 2025.'"
  • "Add Jane Doe and John Smith to the Investors 2025 group."
  • "What notes did I take last week?"
  • "What meetings do I have scheduled for tomorrow?"

More information

Learn more and reach out at the Clay Library.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • OWASP Cheatsheets MCP Server
    OWASP Cheatsheets MCP Server

    A minimal Model Context Protocol server that provides access to OWASP security cheat sheets through ...

    Added May 30, 2025
  • Vertex AI MCP Server
    Vertex AI MCP Server

    Implementation of Model Context Protocol (MCP) server that provides tools for accessing Google Cloud...

    20 tools
    Added May 30, 2025
  • cve-searchmcp
    cve-searchmcp

    A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehe...

    6 tools
    Added May 30, 2025
  • TxtAi Memory Vector Server
    TxtAi Memory Vector Server

    Model Context Protocol (MCP) server implementation for semantic search and memory management using T...

    Added May 30, 2025
  • MCP Apple Reminders
    MCP Apple Reminders

    A Model Context Protocol server that enables AI assistants to interact with Apple Reminders on macOS...

    Added May 30, 2025