Notion
ECOSYSTEM REFERENCEAUTH REQUIREDMITSource: @notionhq· community reference
Connect your AI agent to Notion workspaces to read pages, create documents, update databases, search content, and manage your team's knowledge system.
Requires a Notion Integration Token (Internal Integration Secret). Create an integration at notion.so/my-integrations and share your workspace pages with it.
Setup Guide
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion"
],
"env": {
"NOTION_API_KEY": "secret_yourNotionIntegrationTokenHere"
}
}
}
}Tools
notion_search
Search all pages and databases in your Notion workspace by keyword.
notion_get_page
Retrieve the full content of a Notion page by its ID.
notion_create_page
Create a new Notion page in a specified parent page or database.
notion_update_page
Update the title or properties of a Notion page.
notion_query_database
Query a Notion database with filters, sorts, and pagination.
notion_create_database
Create a new database inside a Notion page.
notion_append_block
Append new content blocks (text, code, lists) to an existing Notion page.
Compatibility
About
Overview
The Notion MCP server turns your AI assistant into a Notion power user. It can search your workspace, read existing pages, create new documents, append content to pages, and query databases — all from within your coding environment or Claude Desktop.
Teams that use Notion as their central knowledge hub will find this integration invaluable. Your AI can reference product requirements, architecture docs, meeting notes, and roadmaps in real time — without you ever having to copy-paste content into the chat.
Creating a Notion Integration
- Visit notion.so/my-integrations and click New integration.
- Give it a name (e.g., "AI Assistant") and select the workspace it should access.
- Choose the capabilities: Read content, Update content, Insert content.
- Click Save and copy the Internal Integration Secret (starts with
secret_). - Share specific pages or databases with your integration:
- Open the page in Notion.
- Click the
...menu (top right) → Add Connections. - Select your integration name.
The integration can only access pages that have been explicitly shared with it. This is by design for security.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: confluence
Maps this community reference to install-ready hosted listing.
Related explore entry: AWS KB Retrieval
Keeps same-intent users on matched category and tool shape.
Related explore entry: Cloudflare Documentation
Keeps same-intent users on matched category and tool shape.
Related explore entry: Context7
Keeps same-intent users on matched category and tool shape.
Related explore entry: Confluence
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install notionAWS KB Retrieval
Enable your AI agent to query Amazon Bedrock Knowledge Bases and retrieve enterprise knowledge using semantic search over your organization's private documents.
Cloudflare Documentation
Get up to date reference information on Cloudflare
Context7
Fetches up-to-date documentation and code examples for LLMs and AI code editors directly from the source.
Confluence
Enable your AI agent to search, read, create, and update Confluence pages and spaces — bringing your team's knowledge base into your AI workflow.
AgenticMarket