Notion MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Node environment (development/production). | development |
| NOTION_TOKEN | Yes | The secret token for your Notion integration. | |
| SUPABASE_URL | No | Optional Supabase URL for audit logging. | |
| AUDIT_LOG_FILE | No | Path to audit log file if Supabase is not configured. | .audit/tool-calls.jsonl |
| OPENAI_API_KEY | No | Optional OpenAI API key. | |
| MCP_GATEWAY_API_KEY | No | Optional API key for MCP gateway. | |
| NOTION_ROOT_PAGE_ID | Yes | The ID of the root Notion page that this server can access. | |
| SUPABASE_SERVICE_ROLE_KEY | No | Optional Supabase service role key for audit logging. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_searchB | Search the connected Notion workspace for pages matching a query. Risk: read. |
| notion_get_pageB | Retrieve a Notion page and its block content. Risk: read. |
| notion_create_pageA | Create a new Notion page under the configured root page or provided parent page. Risk: safe_write. |
| notion_append_to_pageA | Append content to an existing Notion page without replacing or deleting content. Risk: safe_write. |
| project_list_appsA | Return app/project names configured for this workspace. Risk: read. |
| project_get_contextC | Retrieve configured project context. Risk: read. |
| mission_log_decisionA | Log an architecture, product, business, security, or implementation decision to Notion. Risk: safe_write. |
| codex_generate_promptC | Generate a Codex-ready implementation prompt from configured project context and a current goal. Risk: read. |
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
- 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/Limelight-Management-Group/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server