Overview
what is keep-mcp?
keep-mcp is an MCP server designed for Google Keep, allowing users to manage their notes programmatically.
how to use keep-mcp?
To use keep-mcp, add the MCP server to your MCP servers configuration and provide your Google account credentials, including your email and master token.
key features of keep-mcp?
find: Search for notes based on a query string.create_note: Create a new note with a title and text, automatically adding the keep-mcp label.update_note: Update an existing note's title and text.delete_note: Mark a note for deletion, with restrictions to notes created by the MCP server unlessUNSAFE_MODEis enabled.
use cases of keep-mcp?
- Automating note creation and management in Google Keep.
- Integrating Google Keep with other applications for enhanced productivity.
- Developing custom tools that leverage Google Keep's note-taking capabilities.
FAQ from keep-mcp?
- How do I obtain a Google Master Token?
You can find instructions on obtaining a master token in the documentation at https://gkeepapi.readthedocs.io/en/latest/#obtaining-a-master-token.
- Is keep-mcp free to use?
Yes! keep-mcp is open-source and free to use.
- What programming language is keep-mcp written in?
keep-mcp is written in Python.