MCP.so
登录

MCP Server for Notion

@qiutian00

关于 MCP Server for Notion

暂无概览

基本信息

分类

记忆与知识

运行时

node

传输方式

stdio

发布者

qiutian00

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server for Notion?

MCP Server for Notion is a server that connects the Message Center Protocol (MCP) with Notion, enabling you to create, update, retrieve, and delete memos from a Notion database. It is intended for users who want to manage Notion memos programmatically via MCP.

How to use MCP Server for Notion?

Install the package via npm (npm install mcp-server-notion), then build the project (npm run build) and start the server (npm start). You will need a Notion API key and a Notion database ID.

Key features of MCP Server for Notion

  • Create memos in Notion with content and tags
  • Retrieve memos with optional tag filtering
  • Update existing memos
  • Delete (archive) memos

Use cases of MCP Server for Notion

  • Automating memo creation in a Notion database from external tools
  • Filtering and retrieving memos by tags for quick access
  • Updating memo content without manual Notion editing
  • Archiving obsolete memos via MCP commands

FAQ from MCP Server for Notion

What are the prerequisites for using MCP Server for Notion?

You need Node.js 14+ and a Notion API key along with a Notion database ID.

How do I obtain a Notion API key and database ID?

The README does not provide instructions; you must get them from your Notion integration settings and database URL.

What operations can I perform on memos?

You can create, retrieve (with optional tag filtering), update, and delete (archive) memos in your Notion database.

Does MCP Server for Notion support authentication or transport configuration?

The README does not mention any authentication or transport settings beyond the Notion API key.

Where is my data stored?

All memo data is stored in your Notion database; the server does not store any data locally.

评论

记忆与知识 分类下的更多 MCP 服务器