notion-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_TOKEN | Yes | Your Notion API key from Notion Developers | |
| NOTION_PAGE_ID | Yes | The ID of your Notion page where the integration is enabled |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_pageC | Create a new page in Notion |
| archive_pageA | Archive (trash) a Notion page |
| restore_pageC | Restore a previously archived Notion page |
| search_pagesC | Search for pages and databases in Notion by title |
| append_block_childrenC | Append child blocks to a parent block in Notion |
| retrieve_blockC | Retrieve a block from Notion by ID |
| retrieve_block_childrenC | Retrieve the children of a block from Notion |
| update_blockC | Update a block's content in Notion |
| delete_blockB | Delete (move to trash) a block in Notion |
| batch_append_block_childrenC | Append children to multiple blocks in a single operation |
| batch_update_blocksC | Update multiple blocks in a single operation |
| batch_delete_blocksC | Delete multiple blocks in a single operation |
| batch_mixed_operationsC | Perform a mix of append, update, and delete operations in a single request |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awkoy/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server