Google Keep for Claude Desktop
io.github.mcp-dir/keep-mcp
Google Keep MCP, read and edit your notes, lists, labels and collaborators. Connect with your Google
client:Claude Desktop
transport:streamable-http
tools:30
Install Google Keep in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"keep-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.mcp.ai/p_keep"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop 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