Google Keep
Summary
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.
Available Actions(4)
find
Search for notes based on a query string.
create_note
Create a new note with title and text (automatically adds keep-mcp label).
update_note
Update a note's title and text.
delete_note
Mark a note for deletion.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation