n8n-nodes-anthropic-structured
n8n/n8n-nodes-anthropic-structuredn8n community node: Anthropic Chat Model with constrained-decoding structured outputs via Anthropic's `output_config.format` API. A drop-in replacement for n8n's built-in Anthropic model when you need schema-conformant JSON, not prompt-injected hopes.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"n8n-nodes-anthropic-structured": {
"url": "None",
"transport": "http"
}
}
}