Notion Remote MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | The base URL of the server, used for constructing OAuth redirect URIs and metadata (defaults to localhost if not set). | |
| TOKEN_ENC_KEY | No | A base64 encoded 32-byte key used for AES-256-GCM encryption of stored tokens. If not set, it may be auto-generated and stored locally. | |
| NOTION_VERSION | No | The Notion API version to use for requests. | 2025-09-03 |
| NOTION_CLIENT_ID | Yes | The Client ID of your Notion public integration. | |
| STATE_SIGNING_KEY | No | A random secret used for HMAC signing of OAuth state parameters. If not set, it may be auto-generated and stored locally. | |
| TOKEN_ENC_KEY_FILE | No | Optional path to a file containing the TOKEN_ENC_KEY. | |
| NOTION_CLIENT_SECRET | Yes | The Client Secret of your Notion public integration. | |
| ALLOWED_REDIRECT_URIS | Yes | A comma-separated list of allowed redirect URIs for your MCP client. | |
| STATE_SIGNING_KEY_FILE | No | Optional path to a file containing the STATE_SIGNING_KEY. |
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 |
|---|---|
No tools | |
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/edenking0621-png/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server