HomeProductivity › keepsake-mcp

keepsake-mcp

MCP server for Keepsake — the personal CRM for nurturing your relationships

TypeScript Cloud
★ 1 stars Last pushed 2026-09-06 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.10.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "keepsake-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "KEEPSAKE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • KEEPSAKE_API_KEY required secret — Your Keepsake API key (starts with ksk_). Get one at https://keepsake.place → Account → API Keys.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry