Full Notion API integration for managing pages, databases, blocks, comments, and search within your Notion workspace.
npx -y @notionhq/notion-mcp-server
Create a Notion integration at https://www.notion.so/my-integrations, then:
```json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": { "NOTION_API_KEY": "your-key" }
}
}
}
```
notion_searchnotion_create_pagenotion_update_pagenotion_query_databaseFull Notion API integration for managing pages, databases, blocks, comments, and search within your Notion workspace.
Language: TypeScript
Category: Productivity