Connect Claude to Notion's official MCP server to read and write pages, query databases, search the workspace, and manage comments.
---
name: Notion MCP
description: Connect Claude to Notion (official MCP) — read/write pages, query databases, search, and manage comments.
---
# Notion MCP
Notion's **official** Model Context Protocol server. It lets Claude read and edit page content as Markdown, query and update databases, search across the workspace, and read/write comments — about 22 tools in total.
## Connect (hosted, recommended)
Notion offers a hosted remote server that authenticates via OAuth — no local install. See Notion's setup docs (developers.notion.com/docs/mcp) for the current endpoint and one-click install.
## Connect (local, self-managed)
Run the published package with a Notion integration token:
```json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": { "NOTION_TOKEN": "ntn_****" }
}… install to load the full skillMCP endpoint
https://skillme.dev/api/mcpNo ratings yet
Sign in to rate and review this skill.
No reviews yet. Be the first to review this skill.