Back to MCP Servers
📝

Notion MCP Server

by Notion

Official Notion MCP server. Query databases, read pages, and create content.

Official
Company Integration
Documentation
Deployment Type
☁️Remote

Connects to remote services

Authentication
🔐OAuth

OAuth authentication

Installation
Medium

Some configuration needed

Use Cases
Common ways to use this MCP server
Knowledge base search
Meeting notes
Document generation
Database queries
Ideal For
This server is perfect for these roles and teams
Product Managers
Knowledge Workers
Writers
Researchers
Installation
Quick start guide for setting up this MCP server

1. Install via npx

npx -y @modelcontextprotocol/notion

2. Add to Claude Desktop config

Edit claude_desktop_config.json

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/notion"],
      "env": {
        "AUTH_TOKEN": "your-oauth-here"
      }
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Learn More About Model Context Protocol
Understand how MCP works and how to build your own servers