I’ve set up a Notion MCP. It works fine when I run it using “Test Workflow”.
But as soon as I switch to “Active” mode, I get Unrecognized node type: n8n-nodes-mcp.mcpClientTool
So it behaves as if I didn’t set the N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE="true" variable… But I did.
Shouldn’t it be N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true instead of N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=“true” (which would be a string instead of a boolean. Also i might think of something like worker / versus UI execution differences?
edit: ok I see. You not only have to add to settings → shared variables but also have to click the share button on the same row and select which “boxes” to share with then finally, re-deploy.