Connect Claude Code to Notion via this Plugin
npx skills add https://github.com/makenotion/claude-code-notion-plugin --skill notion-knowledge-captureCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
This repository provides an official Claude Code plugin that bundles:
This plugin allows Claude Code users to install everything — Skills + MCP server — with one click.
Includes all four high-quality Skills from the Notion Cookbook:
These instructions teach Claude how to structure, write, summarize, capture, and maintain content in your Notion workspace.
Claude Code automatically connects to Notion's hosted MCP server at:
https://mcp.notion.com/mcp
This provides Claude with tools to:
This plugin ships with a set of helpful commands:
| Command | Description |
|---|---|
/Notion:search |
Search your entire Notion workspace |
/Notion:create-page |
Create a new page under a given parent |
/Notion:database-query |
Query a database by name or ID |
/Notion:create-task |
Create a task in a Tasks-style database |
/Notion:create-database-row |
Insert a row in any database |
/Notion:find |
Quick title-based search for pages/databases |
/Notion:tasks:setup |
Set up a Notion task board for tracking |
/Notion:tasks:build <url> |
Build a task from a Notion page URL |
/Notion:tasks:plan <url> |
Make a plan for a task from a Notion page URL |
/Notion:tasks:explain-diff |
Generate a Notion doc explaining code changes |
These commands leverage both the Notion Skills and the MCP server.
In Claude Code, run:
/plugin marketplace add makenotion/claude-code-notion-plugin
/plugin install notion-workspace-plugin@notion-plugin-marketplace
This ensures the MCP server starts correctly.
The Notion MCP server supports OAuth!