Add to Claude Code
335 addsAdd this MCP server to Claude Code.
Name: Notion MCP
Merge into: ~/.claude/mcp.json under mcpServers
---
// ── Claude Code (recommended) ────────────────────────────────────────────────
// claude mcp add --transport http notion https://mcp.notion.com/mcp
//
// ── Claude Desktop (via mcp-remote) ──────────────────────────────────────────
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
}
}
}
// ── Setup ────────────────────────────────────────────────────────────────────
// Uses OAuth — no API key needed. On first use, Claude will open a browser
// window to authorize access to your Notion workspace.
//
// Official docs: https://developers.notion.com/docs/mcp
//
// ── Available tools ──────────────────────────────────────────────────────────
// notion_search search across all pages and databases
// notion_retrieve_page get a page's full content
// notion_create_page create a new page
// notion_update_page update page properties
// notion_retrieve_database get database schema and entries
// notion_query_database filter and sort database rows
// notion_create_database_item add a row to a database
// notion_append_block append content blocks to a page
Paste into Claude Code to connect this MCP server.
How to add
Full guide →Click Add, then paste into Claude Code. Claude will connect the MCP server in your settings.
Target: .claude/mcp.json → mcpServers