Notion MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_append_block_childrenB | Append new children blocks to a specified parent block in Notion. Requires insert content capabilities. You can optionally specify the 'after' parameter to append after a certain block. |
| notion_retrieve_blockC | Retrieve a block from Notion |
| notion_retrieve_block_childrenC | Retrieve the children of a block |
| notion_delete_blockC | Delete a block in Notion |
| notion_update_blockC | Update the content of a block in Notion based on its type. The update replaces the entire value for a given field. |
| notion_retrieve_pageC | Retrieve a page from Notion |
| notion_update_page_propertiesC | Update properties of a page or an item in a Notion database |
| notion_list_all_usersA | List all users in the Notion workspace. Note: This function requires upgrading to the Notion Enterprise plan and using an Organization API key to avoid permission errors. |
| notion_retrieve_userA | Retrieve a specific user by user_id in Notion. Note: This function requires upgrading to the Notion Enterprise plan and using an Organization API key to avoid permission errors. |
| notion_retrieve_bot_userC | Retrieve the bot user associated with the current token in Notion |
| notion_create_databaseC | Create a database in Notion |
| notion_query_databaseC | Query a database in Notion |
| notion_retrieve_databaseC | Retrieve a database in Notion |
| notion_update_databaseC | Update a database in Notion |
| notion_create_database_itemC | Create a new item (page) in a Notion database |
| notion_create_commentA | Create a comment in Notion. This requires the integration to have 'insert comment' capabilities. You can either specify a page parent or a discussion_id, but not both. |
| notion_retrieve_commentsA | Retrieve a list of unresolved comments from a Notion page or block. Requires the integration to have 'read comment' capabilities. |
| notion_searchB | Search pages or databases by title in Notion |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kimjungyeol/mcp-notion-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server