clay-mcp

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

GitHubスター

19

ユーザー評価

未評価

お気に入り

0

閲覧数

14

フォーク

5

イシュー

0

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

[![smithery badge](https://smithery.ai/badge/@clay-inc/clay-mcp)](https://smithery.ai/server/@clay-inc/clay-mcp)
1[Click here to log into Clay and generate your Clay API key](https://web.clay.earth/settings/api-keys).
2[Visit Clay's Smithery page](https://smithery.ai/server/@clay-inc/clay-mcp) and enter your Clay API key under "Installation".
3Under Claude > NPM, copy the NPM command and run it in your terminal.
1Edit your claude_desktop_config.json (in the Claude Desktop app, go to Preferences > Developer > Edit Config)
2Add the Clay MCP server as below:

{
  "mcpServers": {
    "clay-mcp": {
      "command": "npx",
      "args": ["@clayhq/clay-mcp@latest"],
      "env": {
        "CLAY_API_KEY": "YOUR_CLAY_API_KEY"
      }
    }
  }
}