Skip to content
LangChain

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

All 30 tools →

Google Keep in other clients