MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
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.

Created 1/26/2026
Updated 2 days ago
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

Project Preview

System Architecture

System Architecture

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" ] } } }