Google Keep
MCP ServerFree** - Read, create, update and delete Google Keep notes.
Capabilities6 decomposed
crud operations for google keep notes via mcp protocol
Medium confidenceImplements Model Context Protocol (MCP) server that exposes Google Keep as a remote resource, enabling read, create, update, and delete operations on notes through standardized MCP tool calls. Uses gkeepapi library to authenticate with Google's Keep API and translate MCP requests into Keep API operations, abstracting authentication complexity and providing a unified interface for LLM agents and tools to manipulate notes without direct API knowledge.
Exposes Google Keep as an MCP resource, allowing LLM agents to treat notes as first-class tools without requiring developers to implement Keep API authentication or integration logic themselves. Uses gkeepapi (reverse-engineered Google Keep client) to bypass official API limitations and provide full CRUD access through a standardized protocol.
Unlike direct Google Keep API (which is undocumented and limited), this MCP wrapper provides a standardized interface that works with any MCP-compatible LLM or agent framework, reducing integration friction compared to building custom Keep connectors for each tool.
note creation with metadata and labels
Medium confidenceEnables creation of new Google Keep notes with full metadata support including title, content, labels, color, and pinned status through MCP tool calls. The implementation translates structured input parameters into gkeepapi Note objects and syncs them to Google's servers, allowing agents to organize notes programmatically with the same organizational features available in the Keep UI.
Supports full metadata assignment at creation time (labels, color, pinned status) rather than requiring post-creation updates, reducing API calls and enabling atomic note creation with organizational context. Leverages gkeepapi's Note object model to map structured parameters directly to Keep's internal representation.
More flexible than Keep's official web UI for bulk creation since agents can programmatically assign labels and colors without manual UI interaction; simpler than building custom Keep automation through Zapier or IFTTT since it provides direct API access.
note retrieval with filtering and search
Medium confidenceRetrieves notes from Google Keep with support for filtering by labels, color, or pinned status, and searching by content. The implementation syncs the user's Keep account state and exposes query methods that filter the in-memory note collection, enabling agents to find relevant notes for context injection or decision-making without scanning all notes.
Provides multi-dimensional filtering (labels, color, pinned status) combined with content search, allowing agents to retrieve contextually relevant notes without manual query construction. Uses gkeepapi's in-memory note collection to enable fast filtering after initial sync.
More flexible than Keep's native search UI for programmatic access; faster than querying Google's official API (if it existed) since filtering happens locally after a single sync operation.
note update with selective field modification
Medium confidenceUpdates existing Google Keep notes by note ID, supporting selective modification of title, content, labels, color, and pinned status. The implementation retrieves the note object, applies changes to specified fields, and syncs back to Google's servers, enabling agents to modify notes without overwriting unmodified fields or requiring knowledge of the full note state.
Supports selective field updates through a single MCP call, allowing agents to modify specific note attributes without reconstructing the entire note object or managing field-level merge logic. Uses gkeepapi's Note object mutation and sync mechanism to apply changes atomically.
Simpler than managing note state manually in an external database since Keep serves as the source of truth; more efficient than delete-and-recreate patterns since it preserves note IDs and metadata.
note deletion with id-based targeting
Medium confidenceDeletes notes from Google Keep by note ID through MCP tool calls. The implementation retrieves the note object and marks it for deletion, syncing the deletion to Google's servers and removing it from the user's Keep account. Enables agents to clean up notes as part of workflow completion or maintenance routines.
Provides direct deletion by note ID without requiring the agent to manage deletion confirmation or recovery logic, treating Keep as a mutable data store rather than an append-only archive. Uses gkeepapi's delete mechanism to sync deletions to Google's servers.
More direct than archiving notes in Keep's native UI; simpler than building custom deletion workflows through external automation tools since it integrates directly with the MCP protocol.
mcp protocol server implementation for keep integration
Medium confidenceImplements a Model Context Protocol (MCP) server that exposes Google Keep operations as standardized tools, enabling any MCP-compatible client (Claude Desktop, custom agents, LLM frameworks) to interact with Keep without custom integration code. The server handles MCP request/response serialization, authentication state management, and tool registration, abstracting the complexity of Keep API integration behind a standard protocol interface.
Implements MCP server pattern to expose Keep as a standardized tool, allowing any MCP-compatible client to use Keep without custom integration. Handles protocol serialization, tool registration, and authentication state management transparently, reducing integration friction compared to direct API usage.
More standardized than custom REST API wrappers since MCP is a growing standard for LLM tool integration; more flexible than Zapier/IFTTT since it provides direct programmatic access through a protocol that LLMs understand natively.
Capabilities are decomposed by AI analysis. Each maps to specific user intents and improves with match feedback.
Related Artifactssharing capabilities
Artifacts that share capabilities with Google Keep, ranked by overlap. Discovered automatically through the match graph.
mcp-obsidian
Model Context Protocol server for Obsidian Vaults
Apple Notes
** - Talk with your Apple Notes
Routine
** - MCP server to interact with [Routine](https://routine.co/): calendars, tasks, notes, etc.
apple-mcp
Collection of apple-native tools for the model context protocol.
HackMD
** - A Model Context Protocol server for integrating [HackMD](https://hackmd.io)'s note-taking platform with AI assistants.
Cleft
Transforms voice to structured markdown notes, ensuring privacy and...
Best For
- ✓AI agent developers building multi-tool workflows that need persistent note storage
- ✓Teams integrating Google Keep with Claude or other MCP-compatible LLMs
- ✓Developers building automation that bridges Keep with other services via MCP
- ✓Developers building note-taking automation for personal knowledge management
- ✓Teams using Keep as a lightweight task or idea capture system integrated with AI workflows
- ✓Agents that need to persist structured information (e.g., meeting notes, action items) with organizational metadata
- ✓Agents that use Keep as a context store and need to retrieve relevant notes for decision-making
- ✓Knowledge management systems that augment LLM prompts with Keep notes as external memory
Known Limitations
- ⚠Requires valid Google account credentials (email/password or app-specific password); two-factor authentication may require additional setup
- ⚠gkeepapi is reverse-engineered and unofficial — Google could change Keep's internal API without notice, breaking compatibility
- ⚠No built-in rate limiting or batching — high-volume operations may trigger Google's anti-abuse protections
- ⚠MCP protocol adds ~100-200ms latency per operation due to serialization and deserialization overhead
- ⚠No support for collaborative editing or real-time sync — operations are atomic but don't reflect concurrent changes from other clients
- ⚠No support for rich text formatting (bold, italic, links) — only plain text content
Requirements
Input / Output
UnfragileRank
UnfragileRank is computed from adoption signals, documentation quality, ecosystem connectivity, match graph feedback, and freshness. No artifact can pay for a higher rank.
About
** - Read, create, update and delete Google Keep notes.
Categories
Alternatives to Google Keep
Are you the builder of Google Keep?
Claim this artifact to get a verified badge, access match analytics, see which intents users search for, and manage your listing.
Get the weekly brief
New tools, rising stars, and what's actually worth your time. No spam.
Data Sources
Looking for something else?
Search →