Best for
- Personal knowledge management
- Note automation
- AI workflows tightly integrated with Google Keep
keep-mcp is an MCP server that allows AI assistants to access and manage Google Keep notes. It supports searching, creating, updating, deleting notes, as well as managing labels, collaborators, and media. By default, modification operations are restricted to notes created by the server (tagged with keep-mcp), which can be bypassed by setting UNSAFE_MODE=true.
{
"mcpServers": {
"keep-mcp-pipx": {
"command": "pipx",
"args": [
"run",
"keep-mcp"
],
"env": {
"GOOGLE_EMAIL": "Your Google Email",
"GOOGLE_MASTER_TOKEN": "Your Google Master Token - see README.md"
}
}
}
}