← Back to Notion MCP Server

Install Notion MCP Server

Pick your client, copy the command, done.

1

Add it to Claude Code

claude mcp add -e "NANGO_BASE_URL=${NANGO_BASE_URL}" -e "NANGO_SECRET_KEY=${NANGO_SECRET_KEY}" -e "NANGO_CONNECTION_ID=${NANGO_CONNECTION_ID}" -e "NANGO_INTEGRATION_ID=${NANGO_INTEGRATION_ID}" notion-mcp -- uvx git+https://github.com/ampcome-mcps/notion-mcp.git
Required:NANGO_BASE_URLNANGO_SECRET_KEYNANGO_CONNECTION_IDNANGO_INTEGRATION_ID+ 1 optional

Environment Variables

Set these before running Notion MCP Server.

VariableDescriptionRequired
NANGO_BASE_URLNango OAuth base URLYes
NANGO_SECRET_KEYNango secret keyYes
NANGO_CONNECTION_IDNango connection IDYes
NANGO_INTEGRATION_IDNango integration ID (notion)Yes
NOTION_TOKENDirect Notion integration token (alternative to Nango)No

Available Tools (10)

Once configured, Notion MCP Server gives your AI agent access to:

notion_searchSearch across all content in Notion
notion_get_databaseGet database info
notion_query_databaseQuery databases with filters
notion_create_databaseCreate new databases
notion_get_pageGet page details
notion_create_pageCreate new pages
notion_update_pageUpdate existing pages
notion_get_block_childrenGet page content
notion_append_blocksAdd content to pages
notion_get_current_userGet integration info

Try It Out

After setup, try these prompts with your AI agent:

Search my Notion for meeting notes
Create a new task in my project database
Show incomplete tasks due this week
Create a meeting notes page for today's standup
Add action items from our discussion to that page

Keep this setup from going cold

Save the docs, env vars, and workflow around Notion MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.

Remember this setup