Integrations
Provides tools for interacting with Notion databases and pages, enabling CRUD operations on Notion content, querying databases with filters, managing page properties, and working with blocks. Also offers AI-powered tools for content analysis, summarization, and tag suggestion.
mcp-notion-server
A Model Context Protocol server for Notion integration
This TypeScript-based MCP server implements a bridge between Claude and Notion, allowing seamless interaction with Notion's databases and pages. It demonstrates core MCP concepts through:
- Resource management for Notion pages and databases
- Tools for CRUD operations on Notion content
- AI-powered prompts for content analysis
Features
Resources
- Access Notion pages and databases via URIs
- Support for plain text and rich text content types
- Metadata extraction from Notion properties
Tools
Database Operations
list_databases
- List all accessible Notion databasescreate_database
- Create a new database with custom propertiesquery_database
- Search and filter database entriesupdate_database
- Modify database properties and schema
Page Operations
create_page
- Create new pages in databases or as subpages- Support for title, properties, and markdown content
update_page
- Update existing page propertiesget_page
- Retrieve page content and metadatadelete_page
- Remove pages from databases or parent pages
Block Operations
append_blocks
- Add new blocks to a pagedelete_blocks
- Remove blocks from a pageget_blocks
- Retrieve block contentupdate_blocks
- Modify existing block content
Prompts
summarize_notes
- Generate concise summaries of notesanalyze_content
- Provide insights and analysis of page contentsuggest_tags
- Recommend relevant tags based on content
Setup
Prerequisites
- Node.js 18 or higher
- Notion API Key and Integration setup
- Claude Desktop application
Integration with Claude Desktop
Create a Notion Integration:
- Visit the Notion Your Integrations page.
- Click "New Integration".
- Name your integration and select appropriate permissions (e.g., "Read content", "Update content").
- Retrieve the Secret Key:
- Copy the "Internal Integration Token" from your integration. This token will be used for authentication.
- Add the Integration to Your Workspace:
- Open the page or database you want the integration to access in Notion.
- Click the navigation button in the top right corner.
- Click "Connect to" button and select your integration.
Configuration Setup
Add the server configuration to Claude Desktop:
MacOS:
Windows:
Configuration content:
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
- MCP Inspector
MIT License - see LICENSE for details
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
A bridge between Claude AI and Notion that enables users to interact with Notion databases and pages through natural language, supporting operations like creating, reading, updating, and deleting content.
Related Resources
Related MCP Servers
- -securityFlicense-qualityEnables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.Last updated -4117TypeScript
- -securityAlicense-qualityEnables Language Models to interact with Notion workspaces through standardized tools for searching, reading, creating, and updating pages and databases.Last updated -39TypeScriptMIT License
- -securityFlicense-qualityA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.Last updated -275JavaScript
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript