Creating a chat in the Claude interface via n8n

Hello, I want to create a workflow that creates a Claude chat and executes a prompt. The output will be accessible from the Claude application interface so that the rest of the less technical team can continue working with the output. Is this possible?

i think with the Claude desktop Pro, you can add your MCP(n8n etc…) server to it.

Yes yes, but I’m thinking about a more complex structure. For example:

  1. The agent runs once a day.
  2. It retrieves information through the MCP server I have prepared. For example, values ​​from a specific column of three rows in Google Sheets.
  3. Then, based on the information from step 2, it creates three prompts for each value.
  4. Finally, it runs each prompt in a separate Claude chat, so that other people can access each one.
  5. Chat links are sent to each user.

Step 4 is the most important for me right now, and I’m wondering if it’s even feasible.