Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cs Ai Notion

БесплатноНе проверен

Provides full CRUD capabilities over Notion pages, databases, and content blocks, enabling natural language search, creation, and modification of Notion data.

GitHubEmbed

Описание

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

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:

  1. Import Section: Module dependencies (@modelcontextprotocol/sdk, @notionhq/client, zod, dotenv).
  2. Functions Section: Low-level Notion API operations.
  3. Handler Section: MCP tool definitions and stdio server initialization.
  4. Comments Section: Exhaustive documentation for LLM code comprehension and testing.

License

MIT

from github.com/trilogy-group/cs-ai-notion-mcp

Установка Cs Ai Notion

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/trilogy-group/cs-ai-notion-mcp

FAQ

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

Compare Cs Ai Notion with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity