Keep-MCP is a Python-based MCP server that provides a bridge to Google Keep, allowing AI assistants to search, create, update, and delete notes. Developed by Jannik Feuerhahn, it uses the gkeepapi library to authenticate with Google's services via master tokens, and includes safety features that restrict modification operations to notes with a specific 'keep-mcp' label unless explicitly overridden. The server exposes four main tools for note management while handling authentication and serialization behind the scenes, making it particularly useful for users who want to integrate note-taking capabilities into their AI workflows.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Search for notes based on a query string.
Create a new note with a title and text, automatically adds the keep-mcp label.
Update a note's title and text.
Mark a note for deletion.