community_usecase/Notion-MCP/README.md
This project demonstrates the integration of Notion with OWL (Optimized Workforce Learning) using the official Notion MCP server. It provides automated interaction with Notion workspaces through AI agents.
git clone https://github.com/camel-ai/owl.git
cd owl
pip install -r requirements.txt
.env file and add your API keys/configuration as needed.npm install -g @notionhq/notion-mcp-server@latest
mcp_servers_config.json with your tokenVisit the Notion_MCP GitHub Repo for detailed setup instructions.
Navigate to the community use case directory before running the script:
cd community_usecase/Notion_MCP
python notion_manager.py
This will run the default task which:
The integration supports these Notion API operations:
If you encounter errors:
1. Verify your Notion token is correct
2. Check that pages are connected to your integration
3. Ensure you have the required permissions
4. Check the Notion API version in config matches the current version
The script includes:
For more details, visit the OWL repository: OWL GitHub Repo