MCP server for Notion integration
NotionMCP becomes available to MCP clients through the notionmcp mcp server. MCP server for Notion integration.
A Model Context Protocol (MCP) server that connects Claude and other AI assistants to your Notion workspace. This integration allows AI assistants to interact with your Notion databases, pages, and blocks.
This tool acts as a bridge between AI assistants (like Claude) and your Notion workspace. It allows the AI to: - View and search your Notion databases - Create and update pages - Manage content blocks - And much more!
Once connected, the assistant can call these 14 tools directly:
Name — Choose a name like "Claude Assistant" or "AI Helper"Logo — Optionallist-databases — View all accessible databasesquery-database — Get entries from a databasecreate-page — Add a new page to a databaseupdate-page — Modify an existing pagecreate-database — Create a new databaseupdate-database — Modify a database structureget-page — View a specific pageget-block-children — View content blocksappend-block-children — Add content to a pageupdate-block — Edit content blocksget-block — View a specific blocksearch — Find content across your workspaceSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: NOTION_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
Database servers turn schema archaeology and ad-hoc reporting into conversation, which is why they tend to be the second or third server people install. NotionMCP sits in that group, and the shape of its toolset — Name, Logo, list-databases among others — tells you what it is really for. Worth comparing against the other databases servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Name | Choose a name like "Claude Assistant" or "AI Helper" |
| Logo | Optional |
| list-databases | View all accessible databases |
| query-database | Get entries from a database |
| create-page | Add a new page to a database |
| update-page | Modify an existing page |
| create-database | Create a new database |
| update-database | Modify a database structure |
| get-page | View a specific page |
| get-block-children | View content blocks |
| append-block-children | Add content to a page |
| update-block | Edit content blocks |
| get-block | View a specific block |
| search | Find content across your workspace |
| Variable | Description | Required |
|---|---|---|
| NOTION_API_KEY | Credential the server authenticates with. | Yes |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.