CClaude Code Catalog
All MCP Servers

Notion MCP Server

APIBeginnerTransport: stdio

The Notion MCP Server bridges Claude Code with your Notion workspace, giving you the ability to search across pages, read content, create new pages, and update existing ones directly from the terminal. It supports database queries, property updates, and content manipulation using Notion's enhanced Markdown format. Ideal for teams that use Notion as their knowledge base or project management hub.

notionknowledge-basedocumentationworkspace

Installation

claude mcp add notion -- npx -y @notionhq/notion-mcp-server

Configuration Example

{ "mcpServers": { "notion": { "command": "npx", "args": ["-y", "@notionhq/notion-mcp-server"], "env": { "NOTION_TOKEN": "ntn_your_integration_token", "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_your_integration_token\", \"Notion-Version\": \"2022-06-28\"}" } } } }

Capabilities

Search pages
Read page content
Create pages
Update pages
Query databases
Delete pages
Upload files
Manage permissions

Terminal Preview

Notion MCP Server

About Notion MCP Server

MCP (Model Context Protocol) servers connect Claude Code to external tools, APIs, and data sources. Notion MCP Server is a API MCP server for Beginner-level users that enables Claude to interact with real-world services, giving it access to live data and the ability to perform actions beyond its built-in capabilities.

Related Servers