notion-mcp
Provides tools for interacting with the Notion API, enabling AI agents to query databases, search pages, create and update pages, append blocks, and manage databases.
Notion MCP
MCP server for the Notion API, generated with MCPForge.
This MCP server exposes core Notion operations as tools that Claude and other MCP-compatible AI agents can call directly — from querying databases and searching pages to creating and updating content.
Live Endpoint
https://www.mcpforge.tech/api/servers/notion-mcp-demoNo setup required — connect Claude Desktop or any MCP client to this endpoint and start using it immediately.
Related MCP server: Notion MCP Server
Usage
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"notion-mcp": {
"url": "https://www.mcpforge.tech/api/servers/notion-mcp-demo",
"transport": "http"
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"notion-mcp": {
"url": "https://www.mcpforge.tech/api/servers/notion-mcp-demo",
"transport": "http"
}
}
}Available Tools
10 tools for reading and writing Notion content:
Read Tools
Tool | Description |
| Retrieve a Notion page by ID |
| Retrieve a database by ID |
| Query a database with filters and sorts |
| Retrieve a block by ID |
| List all child blocks of a page or block |
| Search across all pages and databases |
Write Tools
Tool | Description |
| Create a new page in a database or as a child of another page |
| Update page properties or archive a page |
| Append new blocks to a page or block |
| Create a new database as a child of a page |
Requires Approval ⚠️
Tool | Description |
| Permanently delete a page (approval required) |
Configure approval workflows in your MCPForge dashboard under Governance → Approvals to require human sign-off before destructive tools execute.
Security Report
Security Score: 79 / 100 · Verified
Dimension | Result |
Tool Quality Score | 78 / 100 |
Read tools | 6 |
Write tools | 4 |
Approval-required tools | 1 |
Governance controls | 3 / 5 |
Full report: mcpforge.tech/verified/notion-mcp
Generated with MCPForge
MCPForge converts any OpenAPI spec into a hosted, governed MCP server in under 60 seconds.
Verify any MCP server for free at mcpforge.tech/verify
Browse the verified MCP directory at mcpforge.tech/verified
Generate your own MCP server at mcpforge.tech
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MCPForgeHQ/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server