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:
- The agent runs once a day.
- It retrieves information through the MCP server I have prepared. For example, values from a specific column of three rows in Google Sheets.
- Then, based on the information from step 2, it creates three prompts for each value.
- Finally, it runs each prompt in a separate Claude chat, so that other people can access each one.
- 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.