Notion MCP Server
@Sjotie
关于 Notion MCP Server
Node based Notion MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"notion": {
"command": "node",
"args": [
"C:\\path\\to\\notion-mcp-server\\server.js"
],
"env": {
"NOTION_API_KEY": "your_notion_api_key_here"
}
}
}
}工具
12View all accessible databases
Get entries from a database
Add a new page to a database
Modify an existing page
Create a new database
Modify a database structure
View a specific page
View content blocks
Add content to a page
Edit content blocks
View a specific block
Find content across your workspace
概览
What is Notion MCP Server?
A Model Context Protocol (MCP) server that connects Claude and other AI assistants to your Notion workspace. It acts as a bridge, allowing AI to view and search databases, create and update pages, manage content blocks, and more.
How to use Notion MCP Server?
Download or clone the repository, install dependencies with npm install, obtain a Notion API key from my integrations, and grant the integration access to specific pages or databases. Configure the Claude Desktop app by editing claude_desktop_config.json to point to the server and provide the NOTION_API_KEY environment variable. Restart Claude Desktop to start interacting with Notion.
Key features of Notion MCP Server
- View and search accessible Notion databases
- Create, update, and query database entries
- Add, edit, and manage content blocks
- Search content across the entire workspace
- Create and modify database structures
- Retrieve specific pages and blocks
Use cases of Notion MCP Server
- Ask an AI to list all databases in your Notion workspace
- Create a new page in a Tasks database with a specific title
- Update or modify existing pages programmatically
- Search for content across pages and databases
- Append or edit content blocks on a page
FAQ from Notion MCP Server
What are the prerequisites for using Notion MCP Server?
Node.js (version 14 or higher), a Notion account, and the Claude Desktop app (if using with Claude). You also need a Notion API key from the internal integrations page.
How do I get a Notion API key?
Go to my integrations, create a new integration, select your workspace, and copy the "Internal Integration Token" (starts with secret_).
How do I grant the integration access to my Notion content?
In Notion, open a page or database, click the "•••" menu, select "Add connections", and choose your integration. Repeat for all pages or databases you want the AI to access.
How do I connect the server to Claude Desktop?
Edit claude_desktop_config.json (located in %APPDATA%\Claude\ on Windows or ~/Library/Application Support/Claude/ on Mac) to include the server path and your NOTION_API_KEY. Restart Claude Desktop.
What should I do if the server won't start or I get "Connection failed"?
Verify that the server path in the config is correct, your Notion API key is valid, all dependencies are installed (npm install), and that Node.js is installed. Also ensure the integration has been shared with the relevant pages or databases.
记忆与知识 分类下的更多 MCP 服务器
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
评论