mcp servers · featured

Notion MCP Server

Connect your AI agent to Notion. Read and write pages, query databases, and search across your entire Notion workspace.
★ 4.1k ↓ 18.0k installs by Notion Labs updated May 18, 2026 MIT
← back to shelf
install via your agent of choice
npx -y @notionhq/notion-mcp-server

## what it does

What it does

The Notion MCP server gives your AI agent direct access to your Notion workspace. Search across pages, read content, create new pages, and query databases — all through natural language.

Installation

export NOTION_API_KEY=ntn_...
npx -y @notionhq/notion-mcp-server

Claude Desktop config

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": { "NOTION_API_KEY": "ntn_your_key" }
    }
  }
}

Use cases

  • “Find all tasks assigned to me this week”
  • “Create a meeting notes page from this transcript”
  • “Query the product roadmap database for Q3 items”
  • “Search for our onboarding documentation”

## compatibility

claude-desktop
claude-code
cursor

## exposed tools

search
read_page
create_page
update_page
query_database
create_database_entry

## embed this badge

cache ✓ in cache.directory
![cached](https://cache.directory/badge/notion-mcp.svg)