Extracting Images from Inkdrop into .png files

A while ago I wanted to extract some screenshots I had inside of my Inkdrop notes, so that I can use them in my blog post, but I couldn’t find a way to do it straight from Inkdrop or via the MCP server, so I prompted Claude to setup something and it came up with this script - inkdrop-image-export/bin/cli.js at main · stoykotolev/inkdrop-image-export · GitHub

I even wrote a blogpost on how I use it when I am blogging.

Hope it’s helpful!

1 Like

Hi @Stoyko_Tolev ,

That’s a great use-case of the local http server :star_struck:
Thank you so much for sharing your hack and writing up the blog post!