Notion MCP Server

Is there a Notion.so n8n community MCP Node available?
Can someone use this https://mcpmarket.com/server/systemprompt-notion and convert to be imported in n8n Community node

Hi @jskalia Welcome to n8n :n8n: community :tada:


Notion has released its own official MCP,

You might want to check it out…

:link: Model Context Protocol (MCP)
:link: GitHub - makenotion/notion-mcp-server: Official Notion MCP Server

1 Like

How do you use it inside n8n?

2 Likes

You can just connect it as a tool of the AI Agent, however it’s not smart and very limited to a few functions that you have to decide before: Ressource (page, user db…) and then Search (get, search…) . I tried asking to list elements on a page and he couldn’t find them. Not very useful atm imo.

Thanks for the info

The problem I am trying to solve is to bypass Character limit to append more data in rich text into notion pages

@jskalia I had to use a “Code” node to split into 2k character chunks and append blocks to the page.

My use case allowed for splitting on double new lines, max 2k characters. Just ask chatgpt for the code to do it. :wink:

hi, how do you handle authorisation? I tried with Bearer, with my token and it always just say “Could not connect to your MCP”