Back to articles
Diagramify - automatic diagram creation for Notion
How-ToTools

Diagramify - automatic diagram creation for Notion

via Dev.toPiotr Borys

I'm often writing descriptions and ideas on projects in Notion. And I thought: it'd be nice to have such system descriptions summarized in a diagram of proper kind, be it a flow diagram, decision diagram etc. And it'd be nice to have it done automagically. So, I've built a simple Notion integration. It's made of 2 parts: a server, acting like a Notion MCP server, connecting to api.notion.com , and a client using this server. That way I could omit using a full-blown official Notion MCP server , requiring full OAuth authorization, playing with tokens etc. It's just a simple tool running on my own local machine, connecting directly to API. How it works? The server part is mimicking what official MCP server is doing, but it's adapted to my needs, like if it gets a page, which is long, it gets care of getting all the parts, etc. That way the client itself is much easier to write and maintain. Both server and client are written in Python. All you need to do is to create an internal integrati

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles