Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
Guides Langflow published apr 29, 2026
Learn how to build a no-code blog-writing subagent in Langflow that writes posts in your website’s style. You will produce a local flow that takes a reference blog post and a new topic, then returns a first draft. Once it works, you can export it as an MCP server so tools like Claude can call it instead of making you rewrite the same prompt repeatedly.
You will build a simple blog-writing subagent that takes a topic, looks at one of your existing posts for style, and returns a new draft in that voice.
Pick a reference post that already sounds how you want future posts to sound. If the source post is weak, the draft will be weak too.
Download Langflow and open it on your computer. It runs locally, so you can build a custom subagent without setting up a server or writing code just to get started.
In the project area, click New Flow, go to the content generation section, and choose the Blog Writer template.
Templates are the fastest way to learn Langflow.
Start by changing the reference URL. Use one of your best blog posts so the flow has something real to imitate.
The built-in crawler can follow more than one page. If you want a broader writing sample, point it at your blog index and increase the crawl depth to 2.
Then add a text input called topic. The reference content shapes the style, and the topic input tells the model what to write next.
Pick a reference post that already sounds how you want future posts to sound. If the source post is weak, the draft will be weak too.
Open the language model settings and click Manage model providers. Add your OpenAI or Anthropic API key, then pick the model you want to run.
The source test used Anthropic and OpenAI. You could also run a model locally with Ollama and use it in Langflow.
Once the reference URL and topic input are wired up, click Playground and test the flow with a topic.
how to use AI for marketingLangflow will pull the reference content, feed the style and topic into the prompt, and return a first draft.
Use this test to tighten the flow. If the draft is too generic, add clearer instructions into the prompt template.
No em dashes. Keep it concise. Sound like our site.Add voice guardrails early. Short lines like these usually do more than a big abstract style paragraph.
If you want better output later, add more sources or drop files into a knowledge base. You can also batch multiple article runs once the basic flow is working.
If you want Claude to use this as a subagent, open Share and choose MCP Server.
From there, connect it to Claude. Once it loads, Claude can call the flow as a tool whenever you need a blog draft in that style.
Use Langflow for the repetitive subagent, then let Claude save its context for the higher-level work.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.