Skip to main content
Glama

SystemPrompt MCP Notion Server

시스템 프롬프트-mcp-개념

웹사이트 | 문서

SystemPrompt MCP Notion 서버

Notion을 AI 워크플로에 완벽하게 통합하는 고성능 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 AI 에이전트가 표준화된 프로토콜을 통해 Notion 페이지 및 데이터베이스와 상호 작용할 수 있도록 지원합니다. 이 서버는 MCP 샘플링을 지원하며, MCP 샘플링은 Notion 페이지를 생성하고 업데이트하는 데 필수적입니다.

호환되는 MCP 클라이언트는 여기에서 다운로드할 수 있습니다.

서버 기능

지엑스피1

주요 특징

  • 📝 포괄적인 콘텐츠 관리
    • 서식 있는 텍스트로 페이지를 만들고 업데이트합니다.
    • Notion 작업 공간에서 검색
  • 🛠 개발자 친화적
    • Jest를 사용한 광범위한 테스트 범위
    • TypeScript 지원
    • 포괄적인 오류 처리
    • 자세한 로깅 및 디버깅 도구

필수 조건

이 서버를 사용하려면 다음이 필요합니다.

  1. Systemprompt API 키 (무료)
  2. Notion 계정 및 작업 공간
    • 활성화된 Notion 계정
    • 액세스하려는 콘텐츠가 있는 작업 공간
  3. Notion 통합
    • notion.so/my-integrations 에서 생성하세요
    • 필요한 기능:
      • 콘텐츠 읽기/업데이트/삽입
      • 데이터베이스 관리
      • 검색 기능
  4. MCP 호환 클라이언트

빠른 시작

  1. 설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 systemprompt-mcp-notion을 자동으로 설치하려면:

npx -y @smithery/cli install systemprompt-mcp-notion --client claude
npm install systemprompt-mcp-notion
  1. 구성 .env 파일을 만듭니다.
    SYSTEMPROMPT_API_KEY=your_systemprompt_api_key NOTION_API_KEY=your_notion_integration_token
  2. MCP 구성 MCP 구성 JSON에 다음을 추가합니다.
    { "mcpServers": { "notion": { "command": "npx", "args": ["systemprompt-mcp-notion"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }
    또는 패키지를 로컬로 설치한 경우:
    { "mcpServers": { "notion": { "command": "node", "args": ["./node_modules/systemprompt-mcp-notion/build/index.js"], "env": { "SYSTEMPROMPT_API_KEY": "your_systemprompt_api_key", "NOTION_API_KEY": "your_notion_integration_token" } } } }

개발

설정

  1. 저장소를 복제합니다.
    git clone https://github.com/systemprompt-io/systemprompt-mcp-notion.git cd systemprompt-mcp-notion
  2. 종속성 설치:
    npm install
  3. 환경 설정:
    cp .env.example .env # Edit .env with your API keys

테스트

Jest를 사용하여 높은 테스트 적용 범위를 유지합니다.

# Run all tests npm test # Watch mode for development npm run test:watch # Generate coverage report npm run test:coverage # Test Notion API connection npm run test:notion

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

Notion을 AI 워크플로에 통합하여 표준화된 프로토콜을 통해 Notion 페이지, 데이터베이스 및 댓글과의 상호 작용을 가능하게 하는 고성능 MCP 서버입니다.

  1. SystemPrompt MCP Notion 서버
    1. 서버 기능
    2. 주요 특징
    3. 필수 조건
    4. 빠른 시작
    5. 개발

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    An MCP server implementation that standardizes how AI applications access tools and context, providing a central hub that manages tool discovery, execution, and context management with a simplified configuration system.
    Last updated -
    9
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    Notion MCP Server is a MCP server implementation that enables AI assistants to interact with Notion's API.
    Last updated -
    13
    275
    91
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that allows AI assistants to interact with Foundry datasets, ontology objects, and functions through natural language queries and commands.
    Last updated -
    2
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    An MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.
    Last updated -
    19
    7,166
    1,945
    TypeScript
    MIT License
    • Apple

View all related MCP servers

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/Ejb503/systemprompt-mcp-notion'

If you have feedback or need assistance with the MCP directory API, please join our Discord server