Loading...
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@suekou/mcp-notion-server"],
"env": {
"NOTION_API_TOKEN": "your-integration-token"
}
}
}
}notion_append_block_childrenAppends child blocks to a specified parent block in Notion.
Adds content to existing blocks.
notion_retrieve_blockRetrieves information about a specific block in Notion.
Read-only operation.
notion_retrieve_block_childrenRetrieves the children of a specific block in Notion.
Read-only operation.
notion_delete_blockDeletes a specific block in Notion.
Destructive operation that permanently removes content.
notion_retrieve_pageRetrieves information about a specific page in Notion.
Read-only operation.
notion_update_page_propertiesUpdates properties of a page in Notion.
Modifies page metadata and content.
notion_create_databaseCreates a new database in Notion.
Creates a new database structure.
notion_query_databaseQueries a database in Notion based on specified filters and sorts.
Read-only operation.
notion_retrieve_databaseRetrieves information about a specific database in Notion.
Read-only operation.
notion_update_databaseUpdates information about a database in Notion.
Modifies database metadata and schema.
notion_create_database_itemCreates a new item in a Notion database.
Adds new data entries to a database.
notion_searchSearches pages or databases in Notion by title.
Read-only operation.
notion_list_all_usersLists all users in the Notion workspace.
Read-only operation, requires Enterprise plan.
notion_retrieve_userRetrieves a specific user by user_id in Notion.
Read-only operation, requires Enterprise plan.
notion_retrieve_bot_userRetrieves the bot user associated with the current token in Notion.
Read-only operation.
notion_create_commentCreates a comment in Notion.
Adds comments to pages or blocks.
notion_retrieve_commentsRetrieves a list of unresolved comments from a Notion page or block.
Read-only operation.
The server allows both read and write operations on Notion workspaces, making it moderately risky. Limiting enabled tools and carefully managing API token security are crucial for safe operation. Markdown conversion, while helpful, may introduce data loss during edits.