A server implementation enabling seamless integration with Notion's API and workspace features
A server implementation enabling seamless integration with Notion's API and workspace features.
Productivity & Documentation
This server provides comprehensive access to Notion's functionality through various API endpoints. Key features include:
{
"mcp-notion-server": {
"command": "path-to/bin/node",
"args": ["path-to/mcp-notion-server/"],
"env": {
"NOTION_API_KEY": "your-notion-integration-token"
}
}
}
notion_append_block_children
: Add blocks to existing contentnotion_retrieve_block
: Get block informationnotion_retrieve_page
: Access page contentnotion_query_database
: Search and filter databasesnotion_update_database
: Modify database structureLicensed under MIT License.