notion-knowledge-mcp

Searches, appends, and organizes Notion knowledge pages via MCP.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill notion-knowledge-mcp-sakamotomomotaro0809-netizen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion-knowledge-mcp
Source: https://github.com/sakamotomomotaro0809-netizen/tateyomi/tree/main/taisun_agent/.claude/skills/notion-knowledge-mcp
Command: npx skills add https://github.com/sakamotomomotaro0809-netizen/tateyomi --skill notion-knowledge-mcp-sakamotomomotaro0809-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It keeps team knowledge in Notion searchable and well-structured by enforcing a consistent search-first, append, then organize workflow instead of ad-hoc page edits. ## Core Features & Use Cases - Search-first workflow: Always locate existing Notion content before adding new information to avoid duplicates. - Structured appending: Adds new knowledge as readable blocks with headings and key-point summaries. - Organization and tagging: Tidies pages with tags and structure after content is added. - Use Case: After a meeting, ask the agent to find the relevant Notion project page, append the meeting notes as a structured summary, and tag it for later retrieval. ## Quick Start Search my Notion workspace for the project onboarding page, append these meeting notes as a structured summary, and organize it with appropriate tags.

Frequently Asked Questions about notion-knowledge-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and update Notion pages with an AI agent?▼

Use a Notion MCP integration that first searches the workspace for relevant pages, then appends new content to the matched page. This skill enforces that search-first order so updates land on existing pages instead of creating duplicates.

What is the correct order for adding knowledge to Notion via MCP?▼

The workflow is search first, then append, then organize. Locate the target page, add the new content as structured blocks, and finally apply tags or restructure for readability.

How should long text be stored in Notion pages?▼

Split long content into headings and key-point summaries before saving. Storing it as readable block structures keeps pages scannable and easier to search later.

Does this skill require a Notion MCP server to be configured?▼

Yes, it operates through Notion MCP tools, so a working Notion MCP connection with appropriate workspace access must be available. The skill itself only defines the operating instructions for search, append, and organization.

Can this skill be triggered automatically by the model?▼

No, it sets disable-model-invocation to true, so it only runs when explicitly invoked by the user. This prevents unintended writes to the Notion workspace.