custom-notion-mcp-server
Verified Safeby DMGoose
Overview
Connects Notion workspaces to Claude Desktop, enabling Claude to search, read, and query Notion content with advanced features.
Installation
node build/index.jsEnvironment Variables
- NOTION_TOKEN
Security Notes
Notion API token is handled as an environment variable (NOTION_TOKEN), preventing hardcoding in the codebase. Input validation for tool parameters is performed using Zod schemas. No 'eval' or direct command execution with unsanitized user input is detected in the provided source code. Standard SDKs are used for Notion API integration and MCP communication, reducing direct exposure to common vulnerabilities. General dependency vulnerabilities remain a potential risk, as with any software.
Similar Servers
advanced-memory-mcp
An MCP server that integrates personal knowledge management through zettelkasten, knowledge graphs, and experimental Claude Skills with AI clients like Claude Desktop and Cursor IDE.
mcp-notes
A local server for managing, searching, and organizing personal notes with structured tags and markdown support, integrated with Claude Desktop and a web interface.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
NotionMCP
NotionMCP is an AI-powered Modular Context Protocol (MCP) server that integrates Notion with LLM clients like Claude Desktop, enabling advanced search, content reading, summarization, and emotion analysis of Notion data.