notion-mcp-server
The Notion MCP Server integrates with Notion's API using the Model Context Protocol (MCP) to function as an MCP server for Cursor.
The Notion MCP Server is designed to facilitate seamless integration with Notion's API using the Model Context Protocol (MCP). It acts as an MCP server specifically for Cursor, allowing users to perform various operations on Notion's platform. The server enables interaction with Notion's API to manage blocks, pages, users, databases, and comments. It also supports search functionality, making it a comprehensive tool for managing and interacting with Notion data programmatically. The setup process involves cloning the repository, installing dependencies, building the project, and configuring the server in Cursor's settings. The server can be run on different platforms with specific environment configurations.
Features
- Block operations: Add, retrieve, get children, and delete blocks.
- Page operations: Retrieve pages and update properties.
- User information retrieval.
- Database operations: Create, query, retrieve, update, and create items.
- Comment operations: Create and retrieve comments, along with search functionality.
Usage with Different Platforms
mac
env NOTION_API_TOKEN={your_notion_api_token} node {your_path_to_index.js}
windows
set NOTION_API_TOKEN={your_notion_api_token} && node {your_path_to_index.js}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.