Back to Home
liamintemann icon

notion-mcp-server-final

Verified Safe

by liamintemann

Overview

A lightweight Model Context Protocol server that proxies Notion API calls for OpenAI Agent Builder.

Installation

Run Command
node index.js

Environment Variables

  • NOTION_API_KEY
  • PORT

Security Notes

The server uses environment variables for sensitive API keys (NOTION_API_KEY) and explicitly warns if it's not set. It relies on official Notion and MCP SDKs. Input schemas for tools use `z.any()` for Notion filters and properties, which allows for flexible but potentially large/complex inputs from an agent. However, this is passed directly to the Notion API and is not a direct server vulnerability. There are no 'eval' calls, obfuscation, or hardcoded secrets found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-24

Tags

MCPNotionOpenAIAgentProxy