notion-retell-mcp
Verified Safeby tindevelopers
Overview
Provides a Model Context Protocol (MCP) server to allow AI agents to interact with the Notion API, primarily supporting Retell AI integration.
Installation
npx -y @notionhq/notion-mcp-serverEnvironment Variables
- NOTION_TOKEN
- OPENAPI_MCP_HEADERS
- PORT
- AUTH_TOKEN
- BASE_URL
Security Notes
The server correctly uses environment variables for sensitive Notion API tokens and authentication tokens, which is crucial for security. The README explicitly warns users about configuring Notion integration permissions to mitigate risks when exposing data to LLMs. There are no clear hardcoded secrets. A commented-out `eval` statement in `src/openapi-mcp-server/openapi/parser.ts` is a minor concern, but it is not active in the provided source.
Similar Servers
MCP-Agent
An autonomous AI agent designed to discover, connect to, and utilize tools and resources from various Model Context Protocol (MCP) servers to accomplish tasks.
better-notion-mcp
Provides a Markdown-first MCP server for Notion, optimizing Notion API interactions for AI agents by consolidating endpoints into composite actions and reducing LLM token overhead for tool descriptions.
mcp-servers
Integrates Notion with Model Context Protocol to manage pages, databases, blocks, comments, and search functionality for Notion workspaces.
comptext-mcp-server
Provides token-efficient access to Domain-Specific Language (DSL) documentation stored in Notion for LLM interactions.