mcp-server-notion
by dulltz
mcp-server-notion is an MCP server that utilizes the Notion API to search for and retrieve content from Notion articles. It allows programmatic access to article information by using Notion as a content source.
View on GitHub
Last updated: N/A
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)