Notion (by v-3)
FreeNotion 集成,通过 Claude 搜索、读取、更新和创建页面。
FreeFree tier
About Notion (by v-3)
Notion MCP Server is an open-source Model Context Protocol server that enables Language Models like Claude to interact with Notion workspaces. It provides standardized tools for searching, reading, creating, and updating pages and databases, with support for rich markdown formatting, block-level operations, and database queries with filters and sorting. The server is easy to set up with Claude Desktop and requires only a Notion API key.
Key Features
Search through Notion workspace
Create pages with rich markdown content
Read page content with clean formatting
Update existing pages
Add and retrieve comments
Block-level operations (update, delete)
Database creation and management
Query databases with filters and sorting
Support for multiple heading levels (H1-H3)
Code blocks with language support
Pros & Cons
Pros
- Open-source and free to use
- Works with MCP-compatible clients like Claude Desktop
- Comprehensive Notion operations (pages, databases, comments)
- Supports rich markdown formatting including code blocks, to-do lists, and images
- Simple setup with environment variable configuration
- Actively maintained with community contributions
Cons
- Requires a Notion API key and integrated Notion workspace
- Not a standalone app; requires MCP-compatible client (e.g., Claude Desktop)
- Limited to Notion's API capabilities and rate limits
- No built-in authentication or user management beyond Notion integration
Best For
Enable LLMs like Claude to access and modify Notion knowledge basesAutomate note-taking and documentation updates via AI assistantsSearch and retrieve information from Notion without manual navigationCreate and update database items programmatically through AI conversations
FAQ
What is Notion MCP Server?
It is an open-source Model Context Protocol server that allows AI language models like Claude to interact with Notion workspaces, enabling search, read, create, and update operations on pages and databases.
How do I set it up?
Clone the repository, install dependencies with npm install, set your Notion API key in a .env file or environment variable, build with npm run build, and configure your MCP client (e.g., Claude Desktop) to use the server.
What operations are supported?
Page operations: search, create, read, update, add/retrieve comments, block-level updates. Database operations: create databases, add/update items, query with filters and sorting.
Do I need a Notion API key?
Yes, you need to create a Notion integration at https://www.notion.so/my-integrations and connect it to your pages.