mcpbeat Sign in

Keepsake MCP Server

by nicolascroce Your server? Claim it
local only

Keepsake runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 6 Sep 2026.

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

Installs per day peak 156 · avg 18 · -13% w/w
a month agotoday
96
Installs / week
npm · keepsake-mcp
1
Stars
1 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Keepsake every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add keepsake -- npx -y keepsake-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "keepsake": {
      "args": [
        "-y",
        "keepsake-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.keepsake]
command = "npx"
args = ["-y", "keepsake-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "keepsake": {
      "args": [
        "-y",
        "keepsake-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "keepsake": {
      "args": [
        "-y",
        "keepsake-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KEEPSAKE_API_KEY (Your Keepsake API key (starts with ksk_). Get one at https://keepsake.place → Account → API Keys.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Keepsake

same job, measured the same way
Arcjet
by arcjet

An MCP server for Arcjet - the runtime security platform that ships with your AI code.

answering
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
Being MCP Server
by ruddia

Personality Runtime for AI agents — persistent memory, personality, and relationships via MCP

39 installs/wk local only
Nynch MCP Server
by peterod99

CRM, relationship intelligence, and multi-agent orchestration for AI agents.

answering
PensionPro
by douglaslinsmeyer

MCP server for the PensionPro pension administration REST API.

79 installs/wk local only
Zenmoney MCP
by a-tarasoff

MCP server for ZenMoney personal finance app

103 installs/wk local only
Ttctl
by alexey-pelykh

Unofficial CLI and MCP server for the Toptal Talent platform — personal-productivity tool

65 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

33 installs/wk local only

Keepsake — questions

Answers built from our own checks of this server.

Why is there no uptime for Keepsake?
Keepsake runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package keepsake-mcp was installed 96 times last week.
How do I connect Keepsake?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls keepsake-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Keepsake?
The npm package keepsake-mcp was installed 96 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Keepsake open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.