mcp-server-notion
If you are the rightful owner of mcp-server-notion and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp-server-notion is an MCP server that uses the Notion API to search for articles on Notion and retrieve their contents.
mcp-server-notion
Overview
mcp-server-notion is an MCP server that uses the Notion API to search for articles on Notion and retrieve their contents. This service utilizes Notion as a content source, allowing you to easily access necessary article information programmatically.
Features
- Search for articles within Notion databases
- Retrieve full article content or partial content
Prerequisites
- Python 3.13 or higher
- Notion API integration setup and permissions
- Notion integration token
Configuration
NOTION_API_TOKEN=your_notion_integration_token
Tools
notion_search
query
: Search keywordlimit
: Maximum number of results
notion_get_article
article_id
: ID of the article to retrieveformat
: Output format (json, markdown, text)