MCP.so
登录

Notion Knowledge Base MCP Server

@rickydata-indexer

关于 Notion Knowledge Base MCP Server

暂无概览

基本信息

分类

记忆与知识

传输方式

stdio

发布者

rickydata-indexer

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Notion Knowledge Base MCP Server?

An MCP server that provides access to a Notion knowledge base through the Cline VSCode extension, enabling users to query Notion pages and receive detailed answers with references.

How to use Notion Knowledge Base MCP Server?

Install prerequisites (Python 3.10+, uv, Cline extension, Dify API key), clone the repository, create a .env file with your Dify API key, then run fastmcp install notion_mcp_server.py. Once installed, ask questions about your Notion knowledge base directly in Cline.

Key features of Notion Knowledge Base MCP Server

  • Query your Notion knowledge base directly from Cline
  • Get detailed answers with references to Notion pages
  • Built with FastMCP for reliable performance
  • Comprehensive error handling and logging

Use cases of Notion Knowledge Base MCP Server

  • Ask about internal tooling and receive relevant Notion page links
  • Retrieve detailed answers from a company knowledge base via Cline
  • Get page IDs for direct reference from Notion

FAQ from Notion Knowledge Base MCP Server

What are the prerequisites for using this server?

Python 3.10 or higher, the uv package manager, the Cline VSCode extension, and a Dify API key for accessing the Notion knowledge base.

How do I install the server?

Clone the repository, create a .env file with your Dify API key, then run fastmcp install notion_mcp_server.py. This installs dependencies and configures the server in Cline automatically.

How can I manually configure the server?

Edit Cline’s configuration file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) with the absolute path to the script and the DIFY_API_BACKEND_KEY environment variable.

How do I troubleshoot connection issues?

Verify your API key in the .env file, ensure the server path in Cline’s config is absolute, and check that uv is installed and in your PATH. Reinstall with fastmcp install notion_mcp_server.py --force if needed.

What dependencies are required?

FastMCP, python-dotenv, and requests. They are installed automatically by uv during the fastmcp install command.

评论

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