Notion MCP Server is a Model Context Protocol server that allows AI assistants to interact with Notion's API for reading, creating, and modifying content through natural language. Database support is available.
Notion MCP Server is a Model Context Protocol (MCP) server that bridges AI assistants with Notion's API, enabling natural language interaction for content management. Built with TypeScript, it leverages the Notion API client and MCP SDK, supporting CRUD operations on Notion pages, blocks, and databases.
Key features include Notion integration, universal MCP compatibility, data retrieval, content creation, block management, database operations, batch operations, archive/restore functionality, and search. It provides tools for creating, updating, archiving, restoring, and searching pages, as well as querying and updating databases. Block operations include retrieving, appending, updating, and deleting blocks.
The server is designed for use with MCP clients like Cursor and Claude Desktop. It supports efficient batch operations for performance optimization and validates input/output with Zod schemas. Intended use cases include creating new pages, updating meeting notes, adding bullet points, creating databases, and adding entries to task databases.
awkoy/notion-mcp-server
March 18, 2025
March 28, 2025
TypeScript