MCP server for Google Keep – exposes CRUD-style note operations (find/create/update/delete) over the Model-Context-Protocol.
https://github.com/feuerdev/keep-mcpStop copying and pasting between your AI conversations and Google Keep. This MCP server creates a direct bridge, letting your AI assistant read, create, and manage your Keep notes seamlessly.
You're already bouncing between Claude/ChatGPT and Google Keep dozens of times per day. Ask your AI to draft meeting notes? Copy-paste to Keep. Need to reference an old shopping list during a conversation? Tab-switch and copy-paste back. Want to organize project ideas from a brainstorming session? More manual copying.
keep-mcp eliminates this friction entirely. Your AI assistant gets direct access to your Keep notes, turning every conversation into a potential note-taking and organization session.
Full CRUD Operations Through Your AI:
find - Search your existing Keep notes by querycreate_note - Generate new notes with titles and contentupdate_note - Modify existing notesdelete_note - Clean up notes you no longer needSafety-First Design:
The server automatically labels notes it creates with keep-mcp, preventing accidental modification of your existing Keep notes. Want full access? Enable UNSAFE_MODE for complete control over your entire Keep library.
Project Planning Sessions: "Analyze these requirements and create separate Keep notes for each feature area, including acceptance criteria and technical considerations."
Meeting Follow-ups: "Find my notes from last week's sprint planning and create action items for each team member based on what we discussed."
Content Organization: "Go through my Keep notes tagged 'blog ideas' and group related concepts into comprehensive post outlines."
Research Compilation: "Search my Keep notes for anything related to React performance and create a consolidated reference guide."
Add this to your MCP configuration:
"mcpServers": {
"keep-mcp-pipx": {
"command": "pipx",
"args": ["run", "keep-mcp"],
"env": {
"GOOGLE_EMAIL": "[email protected]",
"GOOGLE_MASTER_TOKEN": "your-master-token"
}
}
}
The master token setup is the only friction point - follow the gkeepapi documentation for the one-time authentication flow.
keep-mcp uses the battle-tested gkeepapi library under the hood, so you get reliable Google Keep access without dealing with API complexities. The MCP layer provides clean, standardized operations that work consistently across different AI assistants.
Your existing Keep workflow stays intact - this just adds AI superpowers to it. Notes created through the MCP server appear normally in your Keep app, and you can continue using Keep as usual while gaining the ability to have AI-assisted note management.
Perfect for developers who live in both AI conversations and Google Keep but are tired of the constant context switching between them.