Loading languages...
NO

notion-server

@v-3107

A Model Context Protocol (MCP) server that provides seamless integration with Notion. This server enables Language Models to interact with your Notion workspace through standardized tools for searching, reading, creating, and updating pages and databases.

notion
integration
productivity

# mcpServer Config

{
  "mcpServers": {
    "notion": {
      "command": "node",
      "args": [
        "/absolute/path/to/notion-server/build/index.js"
      ],
      "env": {
        "NOTION_API_KEY": "your_notion_api_key_here"
      }
    }
  }
}

# stdio

node /absolute/path/to/notion-server/build/index.js
Transport:
stdio
言語:
TypeScript
作成日:12/16/2024
更新日:7/28/2025