M
MCP With Autogen Integrating Ai Agents With Notion
by @mdzaheerjk
This project demonstrates how to leverage the Model Context Protocol (MCP) to connect AutoGen agents with Notion, enabling natural language control of Notion workspace operations. You'll build a Flask API, expose it via ngrok, and create an end-to-end workflow for AI agents to create pages, search content, and manage data within Notion.
Created 1/26/2026
Updated 30 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/mdzaheerjk/MCP-with-AutoGen-Integrating-AI-Agents-with-Notion
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"mdzaheerjk-mcp-with-autogen-integrating-ai-agents-with-notion": {
"command": "git",
"args": [
"clone",
"https://github.com/mdzaheerjk/MCP-with-AutoGen-Integrating-AI-Agents-with-Notion"
]
}
}
}