io.github.nicolascroce/keepsake MCP Server
io.github.nicolascroce/keepsake
What is the io.github.nicolascroce/keepsake MCP server?
MCP server for Keepsake — the personal CRM for nurturing your relationships
How to install io.github.nicolascroce/keepsake
Copy-paste configuration for popular MCP clients.
KEEPSAKE_API_KEYrequiredsecretYour Keepsake API key (starts with ksk_). Get one at https://keepsake.place → Account → API Keys.
{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<YOUR_KEEPSAKE_API_KEY>"
}
}
}
}{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<YOUR_KEEPSAKE_API_KEY>"
}
}
}
}{
"mcpServers": {
"keepsake": {
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<YOUR_KEEPSAKE_API_KEY>"
}
}
}
}{
"servers": {
"keepsake": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keepsake-mcp"
],
"env": {
"KEEPSAKE_API_KEY": "<YOUR_KEEPSAKE_API_KEY>"
}
}
}
}claude mcp add keepsake --env KEEPSAKE_API_KEY=<YOUR_KEEPSAKE_API_KEY> -- npx -y keepsake-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.