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”