Skip to main content

google-keep

Google Keep notes operations. Use when the agent needs this capability via MCP.

Aller à l'installation

Informations de source

Dépôt
RabbitAI-Lab/rabbit-plugins-mcp
Dernière activité de la source
26 juillet 2026 à 14:08
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
google-keep
description
Google Keep notes operations. Use when the agent needs this capability via MCP.
# google-keep Google Keep notes operations ## When to Activate - Use **google-keep** from an MCP-aware client - Notes & Knowledge tasks that google-keep supports - Register google-keep via `claude mcp add` or `.mcp.json` ## Installation google-keep is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add google-keep -- npx mcp-google-keep ``` Or add to `.mcp.json`: ```json { "mcpServers": { "google-keep": { "command": "npx", "args": [ "mcp-google-keep" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `google-keep` - **Maintainer**: 社区 - **Protocol**: stdio - **Category**: Notes & Knowledge - **Priority**: Optional
Voir sur GitHub