notion-mcp-server and mcp-notion
About notion-mcp-server
awkoy/notion-mcp-server
**Notion MCP Server** is a Model Context Protocol (MCP) server implementation that enables AI assistants to interact with Notion's API. This production-ready server provides a complete set of tools.
Implements five specialized MCP tools for Notion operations—`notion_pages`, `notion_blocks`, `notion_database`, `notion_comments`, and `notion_users`—enabling granular control over page creation/archival, block manipulation with batch operations, database querying, comment threads, and workspace user management. Built in TypeScript and compatible across MCP clients (Cursor, Claude Desktop, Cline, Zed) via stdio transport with environment-variable configuration.
About mcp-notion
seonglae/mcp-notion
Global Notion workspace-accessible MCP server for all Notion pages within the workspace
Implements MCP (Model Context Protocol) tools and prompts for Notion workspace navigation, converting pages to Markdown and enabling semantic search via graph distance across parent-child and reference relationships. Built in TypeScript using the MCP SDK and `@texonom/nclient`, it requires only a `ROOT_PAGE` environment variable without token management. Supports both stdio transport for Claude Desktop and SSEServerTransport for remote deployment via shared server instances.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work