MCP for *Developing* n8n workflows?

Hi, as a more advanced coder, I’m not always a fan of using a drag-and-drop interface for building workflows. I notice that there is an API along with n8n and also a standard JSON format for exporting / importing workflows.

My question is, does there exist an MCP I can use in an IDE like cursor to work with my self-hosted n8n through the API and/or workflow development via code?

not sure this is what you ask for.
But i do use n8n built-in mcp server.
Then using Claude desktop to automatically generate the workflow.

It can do 70% or more of the workflow and learned from my previous template.

This seems close to what I’m looking for, yes. I’ll try it out, thanks!