mcp-notion-server
Verified Safeby Marshal1l
Overview
A Python-based MCP server for Notion API integration, enabling MCP tools to interact with Notion databases, pages, blocks, users, and comments.
Installation
python notionMcpServer.pyEnvironment Variables
- NOTION_API_TOKEN
Security Notes
Notion API token is securely handled via environment variables, not hardcoded. No 'eval' or direct command injection vectors are found in the provided code. The `to_markdown` function is a placeholder; a real Markdown conversion implementation would need a separate security review for potential content transformation vulnerabilities.
Similar Servers
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.
tiger-skills-mcp-server
This server emulates Anthropic's skill format, enabling LLMs to utilize specialized knowledge and tools via the Model Context Protocol (MCP).
mcp-servers
Integrates Notion with Model Context Protocol to manage pages, databases, blocks, comments, and search functionality for Notion workspaces.
notes-mcp
Connects Apple Notes on macOS to an MCP server, enabling seamless access and synchronization across various platforms.