MCPServers
Google Keep - MCP server logo

Google Keep

14
0

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.

Last Updated: April 25, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags