M
MCP With Autogen Integrating Ai Agents With Notion
作者 @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.
创建于 1/26/2026
更新于 30 days ago
README
Repository documentation and setup instructions
MCP-with-AutoGen-Integrating-AI-Agents-with-Notion
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.
Project Preview
System Architecture
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/mdzaheerjk/MCP-with-AutoGen-Integrating-AI-Agents-with-Notion
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (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"
]
}
}
}