notion-mcp.md

Notion MCP

Featured
from"notion"
2.1k

MCP server implementation for Notion API

Productivity
Notionworkspacedatabasesdocs
install.sh
# Clone the repository
$git clone https://github.com/makenotion/notion-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve