package.json•1.4 kB
{
"name": "@clayhq/clay-mcp",
"version": "1.0.4",
"description": "A Model Context Protocol (MCP) server for Clay",
"author": "Clay <care@clay.earth>",
"files": [
"index.js"
],
"keywords": [
"mcp",
"apple",
"contacts",
"notes",
"messages",
"mail",
"claude",
"clay",
"calendar",
"icloud",
"imessage",
"gmail",
"google calendar",
"google contacts",
"linkedin",
"zapier",
"api",
"crm",
"personal crm",
"contact management",
"relationship intelligence",
"networking",
"ai assistant",
"ai integrations",
"meeting notes",
"follow ups",
"event tracking",
"automations",
"workflow automation",
"contact syncing",
"apple mail",
"apple contacts",
"whatsapp",
"slack",
"event reminders",
"ai tools",
"business networking",
"contact enrichment",
"network insights",
"email tracking",
"relationship management",
"apple calendar",
"microsoft outlook",
"outlook contacts",
"outlook calendar",
"contact import",
"contact export",
"data enrichment",
"contact insights",
"task automation"
],
"engines": {
"node": ">=18.0.0"
},
"module": "index.js",
"type": "module",
"private": false,
"dependencies": {
"fastmcp": "^3.16.0"
},
"bin": {
"clay-mcp": "./index.js"
}
}