Back to MCP Servers
Keep
Read, create, update and delete Google Keep notes.
other-tools-and-integrationsgo
By feuerdev
Installation
npx -y keep-mcpConfiguration
{
"mcpServers": {
"keep-mcp": {
"command": "npx",
"args": ["-y", "keep-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes