notion-mcp-server
The Notion MCP Server integrates with Notion's API using the Model Context Protocol (MCP) to function as an MCP server for Cursor.
Notion MCP Server
Model Context Protocol(MCP)を使用して Notion の API と統合するサーバー。Cursor 用の MCP サーバーとして機能します。
セットアップ
- リポジトリをクローン
npm i
を実行npm run build
を実行してプロジェクトをビルド- Cursor の設定を開く:
- 設定 (Settings) > MCP
- 「Add new MCP server」をクリック
- 以下の情報を入力:
- Name:
notion
- Command: 以下のコマンド例を参照(環境に合わせて修正)
- Name:
- 「Save」をクリックして設定を保存
コマンド例
Mac の場合:
env NOTION_API_TOKEN={your_notion_api_token} node {your_path_to_index.js}
Windows の場合:
set NOTION_API_TOKEN={your_notion_api_token} && node {your_path_to_index.js}
注: {your_path_to_index.js}
はビルドされた index.js への絶対パスに置き換えてください。
機能
このサーバーは Notion の API にアクセスし、以下の操作を行うことができます:
- ブロックの操作(追加、取得、子ブロックの取得、削除)
- ページの操作(取得、プロパティの更新)
- ユーザー情報の取得
- データベースの操作(作成、クエリ、取得、更新、アイテムの作成)
- コメントの操作(作成、取得)
- 検索機能
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.