Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by feuerdev • Workflow & Task Management
An MCP server that lets MCP-based agents search, create, update, and delete Google Keep notes programmatically.
Search a user's Google Keep notes to find relevant information or reminders.
Create and manage notes (create_note, update_note, delete_note) in Google Keep as part of an automated workflow.
Programmatic access to keep user-owned notes while preventing accidental modification of notes not created by the agent (uses a keep-mcp label and optional UNSAFE_MODE).
keep-mcp exposes Google Keep functionality over the MCP protocol so agents can search notes and perform CRUD operations. It supports find, create_note, update_note, and delete_note actions and by default restricts destructive changes to notes it created (via a keep-mcp label). Requires Google credentials (GOOGLE_EMAIL and GOOGLE_MASTER_TOKEN) and offers an UNSAFE_MODE toggle to bypass label restrictions; the project is distributed via PyPI.
Find notes using text and optional filters. labels should be label IDs. colors should be ColorValue strings (e.g. DEFAULT, RED, CERULEAN).
Get a note by ID.
Create a new note with title and text.
Create a new checklist note. items should be objects like: {"text": "task", "checked": false}
Add an item to a checklist note.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.