How to Use Claude in Notion | Setup & Use Cases 2026 Guide

For developers and knowledge workers who want to control Notion from Claude, here is a complete breakdown of the three connection methods available as of 2026: the Claude.ai Connector, the Claude Code official plugin, and manual Notion MCP setup. This guide covers the differences between each approach, the fastest way to get started, OAuth permission scopes, and practical use cases including meeting note automation and cross-workspace search.

AI Chat Article Summarypowered by Claude
結論powered by Claude

Connecting Claude and Notion comes down to three approaches, and the best choice depends on your use case. If you primarily work in chat, the Claude.ai Connector is the fastest option. Developers will prefer the Claude Code official plugin, and those building custom workflows should use MCP manual setup.

The core of any implementation is OAuth authentication. Claude.ai can be set up in just a few clicks via Settings → Connectors, and Claude Code users get MCP, skills, and slash commands all in one package by installing makenotion/claude-code-notion-plugin.

One key thing to watch is permission scope. Because OAuth inherits full read/write access to all pages accessible by the connected user, make sure to restrict the page scope at connection time. Also keep in mind that the Free plan is limited to 1 connector.

目次 (19)

What Is Claude in Notion — 3 Integration Methods

As of 2026, Notion officially supports three ways to connect with Claude.

Method Target Primary Use
Claude.ai Connector Claude.ai (all plans) Search and create pages during chat
Claude Code Official Plugin Claude Code Bulk operations and slash commands from CLI
Notion MCP Manual Setup Claude Code / SDK Building custom workflows

All three methods use OAuth authentication, so there is no need to obtain a separate Notion API key (source: Notion MCP Help Center).

The simplest method is to add the Notion connector from Claude.ai Settings.

  1. Open Claude.ai and go to your account icon in the top right → select Settings
  2. In the left menu, click ConnectorsBrowse connectors
  3. Find Notion in the Web category list and tap the "+" icon
  4. Authenticate via OAuth when the Notion login screen appears
  5. Select the workspace and page scope to connect, then finish

Once configured, a Notion icon will appear in the bottom left of the chat input field, allowing you to reference and create Notion pages as context during conversations (source: Notion | Claude).

Free plan limitation: The Free plan allows only 1 connector. If you want to use Notion alongside other services, you will need a Pro plan ($20/month) or higher (source: Claude AI Connectors Guide 2025).

Claude Code × Notion Official Plugin

For Claude Code users, the recommended option is the official Claude Code plugin published by Notion (makenotion/claude-code-notion-plugin). Installing this plugin sets up everything at once (source: GitHub makenotion/claude-code-notion-plugin):

  • Notion MCP server — the backend that handles read/write access to your workspace
  • Skill set — pre-learned procedures for page structuring, summarization, and knowledge capture
  • Slash commands — frequently used operations callable with a single command

Key Slash Commands

Command Action
/notion-search Cross-workspace search
/notion-create-page Create a new page draft
/notion-query-database Retrieve data from a database

The plugin can be installed directly from the Claude Code Marketplace or the GitHub repository. To install from the terminal, run the following command:

claude plugin install makenotion/claude-code-notion-plugin

To find it via the Marketplace UI, search for "Notion" in the Plugins tab of the Claude Code dashboard.

How to Manually Configure the Notion MCP Server

If you want to integrate only the Notion MCP without using the plugin, follow the official guide in the Notion Docs (source: Connecting to Notion MCP):

  1. Open Notion's Settings > My connections > Notion MCP
  2. Click Connect and complete the OAuth flow
  3. Add a Notion entry to the mcpServers section in Claude Code's ~/.claude/settings.json (or claude_desktop_config.json)
  4. Set the server URL to the HTTPS endpoint issued by Notion: https://mcp.notion.com/mcp

The minimum configuration to add in step 3 is as follows:

{
  "mcpServers": {
    "notion": {
      "type": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

In Claude Code, you can also register via a terminal command like claude mcp add notion --url https://mcp.notion.com/mcp, or by writing the same content to .mcp.json in your project root.

The advantage of manual setup is that it can be integrated into in-house tools built with the Anthropic SDK.

5 Key Use Cases

1. Automated Meeting Note Creation

After a meeting, just describe the key points in chat and Claude will create a structured page in your Notion meeting notes database. You can request action item extraction, assignee assignment, and deadline setting all at once.

2. Cross-Workspace Search and Summarization

Simply say "summarize pages related to last month's [project name]" and Claude will search across multiple pages and automatically generate a summary with key decisions, incomplete tasks, and reference links (source: Notion + Claude | Collaborative AI for Teams).

3. Knowledge Capture

Ideas and decisions that emerge during a Claude conversation can be saved directly as pages in your Notion wiki or database. Smart links to related pages are added automatically.

4. Research Report Generation

Combining web search with existing information inside Notion, Claude can output a cited research report on any given topic as a Notion page.

5. Converting Specs into Implementation Plans

Claude can read a Notion page containing a product specification and automatically handle task decomposition, effort estimation, and adding rows to a tracking database. This is commonly used as a bridge for development teams.

Permissions and Important Notes

Notion MCP operates with the permissions of the OAuth-authenticated user. This means Claude can read and write all pages you have access to.

  • Restrict access scope: It is recommended to grant access only to specific pages or databases rather than the entire workspace at connection time
  • Handling sensitive information: If your Notion workspace contains confidential information, carefully design the connection scope
  • Some operations cannot be undone: While Claude can restore deleted or overwritten pages from Notion's page history, changes to database properties require extra care

(source: Connecting to Notion MCP - Notion Docs)

Feature Comparison by Plan

What is a custom connector?: A feature that connects external tools such as Zapier and Make, or in-house apps, to Claude (available on Pro plan and above).

Plan Claude.ai Connector Custom Connector Claude Code Plugin
Free ○ (1 connector only) ×
Pro ($20/month) ○ (multiple)
Max ($100-$200/month)
Team ($25-$30/user/month)
Enterprise

(source: Claude AI Connectors Guide 2025)

※ Pricing for Max and Team plans reflects information at the time of writing. For the latest pricing, please check the Anthropic official pricing page.

Frequently Asked Questions

Q. Can I use this with Notion's free plan?

Yes. Both Claude and Notion can be connected using their free plans. However, Claude's Free plan limits you to 1 connector, so setting up Notion will disconnect any other services you have connected.

Q. What if I don't use Claude Code?

The Claude.ai connector alone allows you to reference and create pages during conversation. Add the Claude Code plugin only if you need slash commands or advanced database operations.

Q. Can it handle Japanese-language pages without issues?

Claude handles Japanese text without any problems. It fully supports searching, summarizing, and creating pages with Japanese titles and body text in Notion.

Q. Can I integrate via Zapier or Make?

Yes. In addition to direct connection, you can integrate Claude and Notion through no-code automation tools like Zapier or Make (source: How to Connect Notion to Claude). However, if you need real-time bidirectional operations, the MCP connection described in this article is the better fit.

Summary

To recap the ways to connect Claude in Notion: Claude.ai Connector for ease of use, Claude Code official plugin for power users, and MCP manual setup for developers — three options in all. Each can be configured in 1–2 minutes via OAuth with no API key required. We recommend starting by adding Notion from the Connectors page in Claude.ai and trying out automated meeting note creation.

参考になったら ♡
Clauder Navi 編集部
@clauder_navi

Anthropic の Claude / Claude Code を中心に、日本のエンジニア向けに最新動向と実務 を毎日発信。 運営方針 は メディアについて をご覧ください。