We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsiiromiuy/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•1.17 KiB
# Notion Integration Credentials
# Replace these with your actual values and save as .env
# Your Notion API Integration Token
# Get this from: https://www.notion.so/my-integrations
# Copy the "Internal Integration Token" (looks like ntn_...)
NOTION_API_TOKEN=your_notion_integration_token_here
# Your Notion Parent Page ID (the page where you want to create the database)
# Example: Open your Notion page and copy the UUID from the URL:
# https://www.notion.so/username/1cde7359-c8f9-804e-bf30-cd6362086e1e?v=...
# ↑ This is your Page ID ↑
NOTION_PARENT_PAGE_ID=your_notion_parent_page_id_here
# Your Notion Database ID (optional - will be auto-created on first run)
# After first run, the database ID will be automatically generated and saved here
NOTION_DATABASE_ID=your_notion_database_id_here
# Claude Desktop Config Path
# Path to your Claude Desktop configuration file
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%\Claude\claude_desktop_config.json
# Linux: ~/.config/Claude/claude_desktop_config.json
CLAUDE_CONFIG_PATH=/Users/itsyuimorii/Library/Application Support/Claude/claude_desktop_config.json