N8n MCP only reads workflows right now - any plans for create/edit support for self‑hosted community users?

Describe the problem/error/question

I’m interested in the new n8n MCP server that was recently announced.
Right now, it seems to only support reading workflows (e.g. listing and inspecting them), but does not support creating or editing workflows via MCP.

My question:
Are there any plans to add write/edit/create capabilities to the n8n MCP server for self-hosted Community Edition (e.g. creating workflows, updating existing ones, etc.)? or even in node level like creating single node or update instead of update whole workflow request?

If yes, is there any rough timeline or technical constraints you can share? Thank you.

1 Like

The n8n MCP currently focuses on read operations for workflow management as you’ve observed. While the team has mentioned plans to expand MCP capabilities, there’s no public timeline yet for write/edit functionality in the Community Edition.

For now, you’d need to use the regular n8n API or UI for workflow modifications. The MCP’s current architecture prioritizes stability for distributed execution before adding editing features.

Would you like me to share the API endpoints you could use as an alternative for now?