Context7 MCP

Add Notion pages

Submit selected Notion pages for documentation processing. Requires a connected Notion account and a team project.
1 min read
post/v2/add/notion
Request example
Response
post/v2/add/notion

Authorization

Authorizationstringheaderrequired#
Get your API key at context7.com/dashboard. Treat your API key like a password and store it securely.

Body

application/json
workspaceIdstringrequired#
The Notion workspace ID
workspaceNamestringrequired#
The Notion workspace name
pageIdsstring[]required#
List of Notion page IDs to index.
titlestringrequired#
Title for the library
descriptionstringrequired#
Description of the library
projectIdstring#
The team project ID to associate these Notion pages with

Responses

application/json
Library submitted successfully for processing
libraryNamestringrequired#
The library identifier assigned — the URL path of the library on context7.com. /owner/repo for GitHub repositories, or /<source>/<id> for other sources (e.g., /vercel/next.js, /websites/uploadcare). See Library ID format.
messagestringrequired#
Human-readable success message