Cs Ai Notion
БесплатноНе проверенProvides full CRUD capabilities over Notion pages, databases, and content blocks, enabling natural language search, creation, and modification of Notion data.
Описание
Provides full CRUD capabilities over Notion pages, databases, and content blocks, enabling natural language search, creation, and modification of Notion data.
README
A custom Model Context Protocol (MCP) server for Notion providing full CRUD (Create, Read, Update, Delete) capabilities over Notion pages, databases, and content blocks. Built using FastMCP (@modelcontextprotocol/sdk) and the official Notion JavaScript SDK (@notionhq/client).
Features
- 🔍
search_pages: Search pages or databases in your Notion workspace. - 📖
get_page: Retrieve metadata and properties for a specific page. - 📝
create_page: Create new pages under existing pages or database entries. - ✏️
update_page: Update page properties or toggle archive status. - 🧱
get_page_blocks: Read child content blocks (paragraphs, lists, headings) from a page. - ➕
append_blocks: Append new content blocks to a page or block. - 🗑️
delete_page: Archive/delete a page from Notion.
Setup & Installation
1. Prerequisites
- Node.js >= 18
- A Notion Integration Token (
NOTION_API_KEY) created at https://www.notion.so/my-integrations. - Share target pages or databases with your Notion integration in Notion UI.
2. Installation
cd /Users/xavier.villarroel/GitHub/cs-ai-notion-mcp
npm install
3. Environment Configuration
Copy .env.example to .env and set your key:
cp .env.example .env
Edit .env:
NOTION_API_KEY=secret_your_actual_notion_api_token
Running the Server
Local Execution (stdio)
npm start
Testing with MCP Inspector
npx @modelcontextprotocol/inspector node index.mjs
Adding to MCP Config (e.g. Claude Desktop or Antigravity)
{
"mcpServers": {
"notion": {
"command": "node",
"args": ["/Users/xavier.villarroel/GitHub/cs-ai-notion-mcp/index.mjs"],
"env": {
"NOTION_API_KEY": "secret_your_actual_notion_api_token"
}
}
}
}
Code Architecture
The codebase follows strict project standards with 4 clearly delineated sections in index.mjs:
- Import Section: Module dependencies (
@modelcontextprotocol/sdk,@notionhq/client,zod,dotenv). - Functions Section: Low-level Notion API operations.
- Handler Section: MCP tool definitions and stdio server initialization.
- Comments Section: Exhaustive documentation for LLM code comprehension and testing.
License
MIT
Установка Cs Ai Notion
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/trilogy-group/cs-ai-notion-mcpFAQ
Cs Ai Notion MCP бесплатный?
Да, Cs Ai Notion MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cs Ai Notion?
Нет, Cs Ai Notion работает без API-ключей и переменных окружения.
Cs Ai Notion — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cs Ai Notion в Claude Desktop, Claude Code или Cursor?
Открой Cs Ai Notion на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Notion
Read and write pages in your workspace
автор: NotionLinear
Issues, cycles, triage — from Claude
автор: LinearGoogle Drive
Search and read your Drive files
автор: Googlemindsdb/mindsdb
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).
автор: mindsdbCompare Cs Ai Notion with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории productivity
