Google Keep for LangChain
io.github.mcp-dir/keep-mcp
Google Keep MCP, read and edit your notes, lists, labels and collaborators. Connect with your Google
client:LangChain
transport:streamable-http
tools:30
Install Google Keep in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"keep-mcp": {
"transport": "streamable_http",
"url": "https://api.mcp.ai/p_keep",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- keep_list_accounts
- keep_find
- keep_get_note
- keep_create_note
- keep_create_list
- keep_update_note
- keep_pin_note
- keep_archive_note
- keep_set_note_color
- keep_trash_note
- keep_restore_note
- keep_delete_note
- keep_add_list_item
- keep_update_list_item
- keep_delete_list_item
- keep_list_labels
- keep_create_label
- keep_delete_label
- keep_add_label_to_note
- keep_remove_label_from_note
- keep_list_note_collaborators
- keep_add_note_collaborator
- keep_remove_note_collaborator
- keep_list_note_media