Notion MCP Server
by arre-ankit
Notion MCP サーバー
これは、Notion ページをクエリできるシンプルな MCP サーバーです。
インストール
git clone https://github.com/arre-ankit/notion-mcp-server.git
cd notion-mcp-servernpm installサーバーの実行
npm run buildNotion統合の追加
https://www.notion.so/my-integrationsにアクセスしてください。
「新しい統合」をクリックします
「Claude MCP Server」と名前を付けます
「ページ」の「読み取り」と「書き込み」の権限を選択します
「統合トークン」をコピーします
クロード統合を追加
claude_desktop_config.json
{
"mcpServers":
"notion-mcp-server": {
"command": "node",
"args": [
"Copy Path"
],
"env": {
"NOTION_API_TOKEN": "Your Notion Token"
}
}
}
}使い方
Notion Pages を照会するためのプロンプトを記述します。
プロンプト内のリンクから Notion ページへのリンクを追加します。

プロンプト: 2024年に観るべき映画のリストを使用して、notionに新しいデータベースエントリを作成します。ページリンクhttps://www.notion.so/154916e48026802f97d4df6086787817このページに映画データを追加します

🤯 わあ、Notion ページで更新されます!
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arre-ankit/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server