Skip to main content

notion

Notion page and database 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
notion
description
Notion page and database operations. Use when the agent needs this capability via MCP.
# notion Notion page and database operations ## When to Activate - Use **notion** from an MCP-aware client - Notes & Knowledge tasks that notion supports - Register notion via `claude mcp add` or `.mcp.json` ## Installation notion is an MCP server (stdio transport). Register it with Claude Code: ```bash claude mcp add notion -- npx @notion/mcp ``` Or add to `.mcp.json`: ```json { "mcpServers": { "notion": { "command": "npx", "args": [ "@notion/mcp" ] } } } ``` A guided installer is at `scripts/install.sh`. ## Verification ```bash claude mcp list ``` ## Details - **Server**: `notion` - **Maintainer**: Notion - **Protocol**: stdio - **Category**: Notes & Knowledge - **Priority**: Essential
Voir sur GitHub