Notion MCP Integration
@Ruijian-Zha
Notion MCP Integration について
Notion MCP Integration is a lightweight Model Context Protocol (MCP) server that seamlessly integrates with Notion's API to manage a minimalist personal to-do list through Claude. This project provides basic functionality tailored specifically for a simple Notion database structu
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Notion_MCP_advanced": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Notion MCP Integration?
Notion MCP Integration is a simple Model Context Protocol (MCP) server that integrates with Notion’s API to manage a personal todo list through Claude. It is tailored for a minimalist Notion database structure with exactly four properties: Task (title), Checkbox, Description, and Link. It is based on the open-source project danhilse/notion_mcp.
How to use Notion MCP Integration?
Clone the repository, set up a Python virtual environment (Python 3.10+), and install with uv pip install -e .. Create a Notion integration, obtain an API key, and share your database with that integration. Configure a .env file with NOTION_API_KEY and NOTION_DATABASE_ID. Then either run the server directly with python -m notion_mcp or configure it in Claude Desktop’s claude_desktop_config.json to start automatically.
Key features of Notion MCP Integration
- Add new todo items with descriptions and links
- View all existing todos
- Mark tasks as complete
- Link external resources to tasks
Use cases of Notion MCP Integration
- Managing a personal minimalist todo list via Claude
- Quickly adding tasks with notes and URLs from conversation
- Checking off completed items without opening Notion
- Reviewing all pending tasks through a chat interface
FAQ from Notion MCP Integration
What database structure does this server require?
It requires a Notion database with exactly four properties: Task (title), Checkbox, Description, and Link. The code is tailored specifically for this schema.
Can I use this server with a different Notion database structure?
The README states that you will likely need to modify the code to match your own database structure and requirements. No support for complex or custom schemas is included.
What are the prerequisites?
Python 3.10 or higher, a Notion account, a Notion integration (API key), and a Notion database that matches the described structure (or willingness to modify the code).
How do I run the server?
You can run it directly from the command line with python -m notion_mcp (no output unless errors) or configure it in Claude Desktop to start automatically when Claude launches and stop when Claude is closed.
Are there any known limitations?
Yes: the server only works with a specific Notion database structure, has basic error handling, and does not support complex schemas, additional properties, recurring tasks, priorities, or tags.
「メモリとナレッジ」の他のコンテンツ

Memory
modelcontextprotocolModel Context Protocol Servers
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
コメント