better-notion-mcp
Verified Safeby n24q02m
Overview
Provides a Markdown-first Model Context Protocol (MCP) server for Notion, consolidating multiple Notion API endpoints into composite operations optimized for AI agents to manage pages, databases, blocks, and user data efficiently.
Installation
npx -y @n24q02m/better-notion-mcp@latestEnvironment Variables
- NOTION_TOKEN
Security Notes
The server relies on the `NOTION_TOKEN` environment variable for authentication, adhering to secure credential management. It performs outbound API calls to the Notion API. Content, including Markdown, is processed internally for conversion to Notion blocks and vice versa, without executing arbitrary code. No direct use of 'eval' or observable obfuscation was found. A SECURITY.md file outlines a responsible vulnerability disclosure process.
Similar Servers
mcp-obsidian
Enables AI assistants to securely and intelligently interact with Obsidian vaults via the Model Context Protocol (MCP).
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.