# Notion MCP Server — Official Notion Integration > Official Notion MCP server. Search, read, create, and update Notion pages, databases, and blocks from Claude Code, Cursor, or any MCP client. By Notion. 4.1K+ stars. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```json { "mcpServers": { "notion": { "command": "npx", "args": ["-y", "@notionhq/notion-mcp-server"], "env": { "OPENAPI_MCP_HEADERS": "{\"Authorization\": \"Bearer ntn_YOUR_TOKEN\", \"Notion-Version\": \"2022-06-28\"}" } } } } ``` Get your integration token at [notion.so/my-integrations](https://www.notion.so/my-integrations). --- ## Intro The official Notion MCP server by Notion. Lets AI coding tools search, read, create, and update Notion pages, databases, comments, and blocks via the Model Context Protocol. Connect your knowledge base, project docs, and wikis directly to your AI workflow. 4,100+ GitHub stars. **Best for**: Teams using Notion for docs/wikis who want AI agents to read and write Notion content **Works with**: Claude Code, Cursor, Windsurf, Gemini CLI, any MCP client --- ## Available Tools | Tool | Description | |------|-------------| | `notion_search` | Search pages and databases by title or content | | `notion_retrieve_page` | Get full page content as blocks | | `notion_create_page` | Create a new page in a database or as a child page | | `notion_update_page` | Update page properties | | `notion_retrieve_database` | Get database schema and entries | | `notion_query_database` | Query a database with filters and sorts | | `notion_create_comment` | Add a comment to a page | | `notion_retrieve_comments` | Get all comments on a page | | `notion_append_block_children` | Append content blocks to a page | --- ### FAQ **Q: What is Notion MCP Server?** A: The official MCP server by Notion that lets AI agents search, read, create, and update Notion pages, databases, and blocks. 4.1K+ stars. **Q: Do I need a paid Notion plan?** A: No, the MCP server works with free Notion accounts. You need an internal integration token from Notion settings. --- ## Source & Thanks > Created by [Notion](https://github.com/makenotion). Licensed under MIT. > [makenotion/notion-mcp-server](https://github.com/makenotion/notion-mcp-server) — 4,100+ GitHub stars --- Source: https://tokrepo.com/en/workflows/4024bee8-9f8c-421d-8764-382731fd1976 Author: MCP Hub