productivity
Google Keep MCP, CLI, and Lua Integration for AI Agents
Google Keep integration docs for AI agents: MCP gateway setup, Google Keep CLI commands, Lua API reference, credentials, and function schemas.Google Keep for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
google-keep.google_keep_notes_get | Read read | 0 | Notes Get (GET /v1/{+name}). |
google-keep.google_keep_notes_list | Read read | 0 | Notes List (GET /v1/notes). |
google-keep.google_keep_notes_delete | Write write | 0 | Notes Delete (DELETE /v1/{+name}). |
google-keep.google_keep_notes_create | Write write | 0 | Notes Create (POST /v1/notes). |
google-keep.google_keep_notes_permissions_batch_delete | Write write | 0 | Notes Permissions Batch Delete (POST /v1/{+parent}/permissions:batchDelete). |
google-keep.google_keep_notes_permissions_batch_create | Write write | 0 | Notes Permissions Batch Create (POST /v1/{+parent}/permissions:batchCreate). |
google-keep.google_keep_media_download | Read read | 0 | Media Download (GET /v1/{+name}). |