Notion MCP Server

Official

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Mirrors the entire Notion API SDK as a collection of tools, enabling reading, creating, updating, and deleting Notion pages through natural language instructions.

@orbit-logistics/notion-mcp-server

Notion API SDK 전체를 도구 모음으로 미러링하는 MCP 서버로, 대규모 언어 모델(LLM)이 Notion과 원활하게 상호 작용할 수 있도록 지원합니다.

개요

@orbit-logistics/notion-mcp-server는 모델 컨텍스트 프로토콜(MCP)을 기반으로 하며, LLM이 사용할 수 있는 도구로서 전체 Notion API를 제공합니다. 이를 통해 자연어 명령어를 통해 Notion 페이지를 직접 읽고, 생성하고, 업데이트하고, 삭제하는 등의 작업이 가능합니다.

Notion 통합 설정

이 서버를 Cursor 또는 Claude Desktop과 함께 사용하려면 먼저 Notion 통합을 생성하고 페이지에 대한 접근 권한을 부여해야 합니다. 통합을 생성하고 필요한 권한을 추가하는 방법은 Notion 설명서의 지침을 따르세요.

Notion 통합 시작하기

용법

커서와 함께 사용

@orbit-logistics/notion-mcp-server를 Cursor와 통합하려면 다음 단계를 따르세요.

  1. 커서 설정을 엽니다.
  2. 기능으로 이동하여 "MCP 서버"까지 아래로 스크롤합니다.
  3. "새로운 MCP 서버 추가"를 클릭합니다.
  4. 원하는 이름을 입력하고 유형으로 "명령"을 선택하세요.
  5. 명령 필드에 다음을 입력합니다( <notion_integration_token> 실제 토큰으로 바꾸세요).

지엑스피1

이 명령어는 Notion 통합 토큰을 사용하여 서버를 시작합니다. 커서는 이 MCP 서버를 사용하여 Notion의 API 도구에 접근합니다.

Claude Desktop과 함께 사용

Claude Desktop의 경우 MCP 서버 구성은 JSON 구성 파일에 저장됩니다. claude_desktop_config.json 파일에 다음 항목을 추가하세요( <notion_integration_token> 실제 토큰으로 바꾸세요).

{ "mcpServers": { "notion": { "command": "npx", "args": [ "-y", "mcp-sequential-thinking-test", "-t", "<notion_integration_token>" ] } } }

이 구성을 사용하면 Claude Desktop이 Notion과 상호작용하기 위해 Notion MCP 서버를 호출할 수 있습니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

기여하다

기여를 환영합니다! 제안이나 개선 사항을 담아 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.

-
security - not tested
F
license - not found
-
quality - not tested

Notion API를 통해 Notion과 상호 작용할 수 있도록 LLM을 위한 도구로 노출하여 자연어를 통해 Notion 페이지를 원활하게 읽고, 만들고, 업데이트하고, 삭제하는 등의 작업을 수행할 수 있습니다.

  1. Overview
    1. Notion Integration Setup
      1. Usage
        1. Using with Cursor
        2. Using with Claude Desktop
      2. License
        1. Contributing
          ID: d8je77xgmj