Notion Prompts MCP Server
Description
# Notion Prompts MCP Server 这是一个使用 Model Context Protocol (MCP) 标准的服务器,它提供对存储在 Notion 数据库中的提示词的访问。 ## 功能特点 - **提示词资源列表**:以 MCP 资源形式提供所有可用提示词 - **提示词读取**:通过 ID 或名称读取单个提示词 - **提示词组合**:将用户输入与提示词模板组合 - **类别管理**:支持按类别分组和查询提示词 - **搜索功能**:支持在名称、描述和内容中搜索提示词 - **缓存系统**:内置缓存机制,优化性能,减少 API…
About
# Notion Prompts MCP Server 这是一个使用 Model Context Protocol (MCP) 标准的服务器,它提供对存储在 Notion 数据库中的提示词的访问。 ## 功能特点 - **提示词资源列表**:以 MCP 资源形式提供所有可用提示词 - **提示词读取**:通过 ID 或名称读取单个提示词 - **提示词组合**:将用户输入与提示词模板组合 - **类别管理**:支持按类别分组和查询提示词 - **搜索功能**:支持在名称、描述和内容中搜索提示词 - **缓存系统**:内置缓存机制,优化性能,减少 API 调用 - **可配置**:支持通过环境变量或命令行参数进行配置 -…
Details
- Author
- BaoxingZhang
- Downloads
- 152
- Categories
- Knowledge Base
Jump to
- Lists all available prompts as MCP resources
- Reads individual prompts by ID or name
- Combines user input with prompt templates using variables
- Supports category grouping and querying
- Enables searching across name, description, and content
- Includes built-in caching for performance
- Configurable via environment variables or command line
- Offers multiple prompt handling modes (return_only, process_locally, call_external_api)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Notion Prompts MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install dependencies (npm install), build the project (npm run build), and configure the server with environment variables (NOTION_API_KEY, NOTION_DATABASE_ID) or command-line arguments. Start with npm start or provide the server JSON for an MCP client. Use the provided MCP tools like list_prompts, get_prompt_by_name, compose_prompt, and search_prompts to interact with the prompts.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"notion prompts mcp server": {
"notion-prompts": {
"command": "node",
"args": [
"build/index.js"
],
"env": {
"NOTION_API_KEY": "",
"NOTION_DATABASE_ID": ""
}
}
}
}
}
McpServers
{
"notion-prompts": {
"command": "node",
"args": [
"build/index.js"
],
"env": {
"NOTION_API_KEY": "",
"NOTION_DATABASE_ID": ""
}
}
}
Notion Prompts MCP Server
这是一个使用 Model Context Protocol (MCP) 标准的服务器,它提供对存储在 Notion 数据库中的提示词的访问。
功能特点
- 提示词资源列表:以 MCP 资源形式提供所有可用提示词
- 提示词读取:通过 ID 或名称读取单个提示词
- 提示词组合:将用户输入与提示词模板组合
- 类别管理:支持按类别分组和查询提示词
- 搜索功能:支持在名称、描述和内容中搜索提示词
- 缓存系统:内置缓存机制,优化性能,减少 API 调用
- 可配置:支持通过环境变量或命令行参数进行配置
- 处理模式:支持多种提示词处理方式,避免LLM越界处理
安装
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


