GitHub Stars
19
User Rating
Not Rated
Favorites
0
Views
21
Forks
5
Issues
0
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
[](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"
}
}
}
}