Google Keep
CommunitybyCommunity
Read, create, update, and delete Google Keep notes.
API Key Required
Configuration
{
"mcpServers": {
"google-keep": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-keep"
],
"env": {
"GOOGLE_KEEP_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.