---
title: "Notion MCP Server for ToolPiper · ModelPiper"
description: "Search, read, and update Notion pages and databases from chat. Notion's own MCP server gives your assistant scoped access to the pages and databases you share with an internal integration. Search the workspace, read a pa"
canonical: "https://modelpiper.com/mcp-tools/notion"
---

# Notion MCP Server for ToolPiper · ModelPiper

> Search, read, and update Notion pages and databases from chat. Notion's own MCP server gives your assistant scoped access to the pages and databases you share with an internal integration. Search the workspace, read a pa

N

# Notion MCP Server

✓ verified

Search, read, and update Notion pages and databases from chat.

Install Notion in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/makenotion/notion-mcp-server)

Publisher

[Notion](https://github.com/makenotion/notion-mcp-server)

License

MIT

Transport

Local subprocess

Tools

4

## What this server does

Notion's own MCP server gives your assistant scoped access to the pages and databases you share with an internal integration. Search the workspace, read a page or database row, create pages, and update properties without leaving chat. Access is bounded by what you share with the integration in Notion, so the server cannot reach pages you never granted. Pair it with a fetch or git server when you want the assistant to pull external context into a Notion doc.

## Tools included

-   search
    
    Search pages and databases across the workspace.
    
-   fetch
    
    Read a page or database by ID.
    
-   create\_pages
    
    Create one or more pages under a parent.
    
-   update\_page
    
    Update properties or content of a page.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Notion in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Find the Q3 roadmap page and summarize the open items."
    
    Copy
-   "Create a new page titled 'Weekly Sync 2026-05-28' under the Team Notes database with these bullets."
    
    Copy
-   "Update the status of the 'Auth rewrite' row to Done."
    
    Copy

## Security notes

The integration token grants whatever pages you share with the integration in Notion, nothing more. Treat it like a password and rotate it at notion.so/my-integrations if it leaks. Share only the workspaces and pages the assistant actually needs; an over-shared integration is the main footgun.

## Related tools

-   [
    
    S
    
    ### Slack
    
    ✓ verified
    
    Post messages, read channels, and search history in Slack.
    
    ProductivityLocal subprocess4 tools
    
    
    
    
    
    ](/mcp-tools/slack)
-   [
    
    G
    
    ### Google Drive
    
    ✓ verified
    
    Search and read files from Google Drive.
    
    ProductivityLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/google-drive)

[← Back to all MCP tools](/mcp-tools)
