Skip to content

Commit a50e5b6

Browse files
committed
docs: Notion MCP optimize knowledgebase tip
1 parent 723dddc commit a50e5b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/tutorials/integrations/mcp-notion.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,12 @@ First, create a knowledge base with the official Notion MCP documentation. This
280280
* Save the content from the [Notion MCP Documentation](https://developers.notion.com/docs/mcp-supported-tools) as a PDF or `.txt` file.
281281
* Inside your new knowledge base, click the **+ Add Content** button and upload the file you saved.
282282

283+
:::tip Recommended: Optimize with Jina Reader
284+
For optimal RAG performance, we recommend converting web documentation into clean Markdown. You can use **[Jina Reader](https://github.com/jina-ai/reader)** (or the hosted `https://r.jina.ai/` API) to strip clutter and format the page specifically for LLMs.
285+
286+
Simply visit `https://r.jina.ai/https://developers.notion.com/docs/mcp-supported-tools`, copy the output, and save it as a `.md` file to upload.
287+
:::
288+
283289
![Knowledge Base Content View: Shows the 'Notion MCP Docs' knowledge base with the documentation file successfully uploaded.](/images/mcp-notion/notion-setup-step9.png)
284290

285291
### Step 2: Create the Custom Model

0 commit comments

Comments
 (0)