Back to Home
tindevelopers icon

notion-retell-mcp

Verified Safe

by 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

Run Command
npx -y @notionhq/notion-mcp-server

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens300
Stars0
Forks0
Last Update2025-11-21

Tags

NotionMCPAI AgentAPI GatewayTools