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
community ![]()
Notion has released its own official MCP,
You might want to check it outā¦
Model Context Protocol (MCP)
GitHub - makenotion/notion-mcp-server: Official Notion MCP Server
How do you use it inside n8n?
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. ![]()
hi, how do you handle authorisation? I tried with Bearer, with my token and it always just say āCould not connect to your MCPā
Hey @dakipro, could you fix that issue? Iām having the same error
nah, I gave up on it. Iām using n8n to get pages directly via http, would love this to work though!