Notion MCP Server
Provides tools for interacting with Notion API, enabling management and manipulation of Notion workspaces, pages, databases, and content.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Notion MCP Servercreate a new page in my workspace with title 'Meeting Notes'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP (Model Context Protocol) Project
A Python-based MCP (Model Context Protocol) implementation with Notion integration and health monitoring capabilities.
Features
Health Monitoring: API health check endpoints
Notion Integration: Tools for interacting with Notion API
Modular Architecture: Clean separation of concerns with API and tools modules
Project Structure
Mcp/
├── api/ # API modules
│ ├── __init__.py
│ └── health.py # Health check endpoints
├── tools/ # Tool modules
│ ├── __init__.py
│ └── notion.py # Notion API integration
├── data/ # Data storage directory
├── logs/ # Log files (gitignored)
├── main.py # Main application entry point
├── requirements.txt # Python dependencies
└── README.md # This fileInstallation
Clone the repository:
git clone https://github.com/funcion90/Mcp.git
cd McpInstall dependencies:
pip install -r requirements.txtUsage
Run the main application:
python main.pyConfiguration
Make sure to set up your environment variables for API keys and configurations as needed.
Dependencies
See requirements.txt for the complete list of Python packages required.
License
This project is open source and available under the MIT License.
Related MCP Connectors
- aNotepadOAuthcom.anotepad
AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.
Your workspace as agent tools — docs, canvases, slides, sheets, projects, tickets, and a shell.
A Notion workspace is a collaborative environment where teams can organize work, manage projects,…
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.