This repository provides an official Claude Code plugin that bundles:
- Notion Skills (from the Notion Cookbook) that teach Claude how to work intelligently inside your Notion workspace
- The Notion MCP Server, which enables Claude to securely search, read, and update your Notion content
- A curated set of Slash Commands that make common Notion workflows fast and natural
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:
- Knowledge Capture
- Meeting Intelligence
- Research Documentation
- Spec to Implementation
These instructions teach Claude how to structure, write, summarize, capture, and maintain content in your Notion workspace.
Claude Code automatically launches:
npx -y @notionhq/notion-mcp-server
This provides Claude with tools to:
- Search your workspace
- Retrieve pages & databases
- Create and update pages
- Append notes or blocks
- Insert database rows
- Work with properties safely
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 |
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-marketplaceThis ensures the MCP server starts correctly.
The Notion MCP server supports OAuth!
- Skills by the Notion
- MCP Server by Notion
- Plugin Specification by Anthropic
- COYS