mcp-notion-fast
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOTION_API_KEY | Yes | Notion integration token. Required. Must be kept secret; never commit to source control. | |
| NOTION_API_VERSION | No | Pin a supported Notion API version. Default: 2026-03-11. | 2026-03-11 |
| NOTION_API_BASE_URL | No | Override the API origin for tests or an approved proxy. Default: https://api.notion.com. | https://api.notion.com |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_statusA | Report non-secret server configuration without calling Notion. |
| search_notionB | Search pages or data sources shared with the Notion integration. |
| get_pageA | Retrieve a Notion page and its property values by page ID. |
| create_pageC | Create a Notion page under a page or data source parent. |
| update_pageA | Update page properties, icon, cover, lock state, or trash state. |
| get_databaseA | Retrieve a database container and discover its child data source IDs. |
| query_data_sourceB | Query a Notion data source with compound filters, sorts, and pagination. |
| list_block_childrenB | List the child blocks beneath a page or block. |
| append_block_childrenC | Append block children using the current Notion position object API. |
| get_blockA | Retrieve one Notion block by ID. |
| update_blockB | Update a Notion block using a validated JSON object payload. |
| delete_blockA | Move a Notion block to trash. This is a destructive operation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| notion_workflow | Prepare a read-first Notion workflow using this server's tools. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| notion-server-status | Non-secret configuration and supported surface summary. |
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/TTaoGaming/mcp-notion-fast'
If you have feedback or need assistance with the MCP directory API, please join our Discord server