@schamardak/n8n-nodes-vertex-anthropic
n8n/@schamardak/n8n-nodes-vertex-anthropicn8n community node: Anthropic Claude chat model via Google Cloud Vertex AI (Model Garden). Wraps @langchain/anthropic with @anthropic-ai/vertex-sdk so Claude models hosted on Vertex AI (e.g. claude-haiku-4-5@20251001 in europe-west1) can be used as a Chat
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@schamardak/n8n-nodes-vertex-anthropic": {
"url": "None",
"transport": "http"
}
}
}