The Keep MCP server lets your AI tools search, read, and save your items. It works with any client that supports the Model Context Protocol — Claude Code, Cursor, VS Code, and many more.
Point your MCP client at this endpoint:
https://keep.md/mcp
The first time your agent connects, it will open a browser window to sign in and authorize access to your account.
Select the client you want to use the keep MCP with for instructions on how to install it.
Run this in your terminal to add keep to Claude Code.
claude mcp add --transport http keep https://keep.md/mcp
Once connected, your agent can list items, search items, read item metadata and extracted content, save new URLs, update item metadata, work through your inbox, and manage sources. The same limits from your plan still apply.
| tool | description |
|---|---|
| save_item | Save a new item from a URL |
| search_items | Search items by keyword and semantic similarity |
| list_items | List saved items with optional filters |
| get_item | Get a single item by id with optional content |
| update_item | Update title, notes, tags, or status of an item |
| whoami | Get the current account and plan details |
| list_sources | List your content sources and subscriptions |
| add_source | Add a content source like RSS, YouTube, X, or email |
| remove_source | Remove a source |
| get_stats | Get usage stats for your account |
| list_inbox | Get unprocessed items from the inbox |
| mark_done | Mark inbox items as processed so they leave the inbox |