Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Hello. I’ve enabled n8n-mcp in mcp.json, but Cursor can’t call tools through it.
Cursor itself describes this as “The n8n-mcp MCP server is enabled, but the agent doesn’t see the server and can’t call get_node.”
Steps to Reproduce
Enable the n8n-mcp MCP server in the Cursor settings (Settings → MCP → n8n-mcp, switch to the “on” position). Open a chat with the agent (Agent / Composer). In the chat, ask the agent to call a tool from n8n-mcp, for example: “Call get_node from n8n-mcp for nodeType n8n-nodes-base.httpRequest” or ask to list the resources of the MCP server “n8n-mcp”. Review the agent’s response. Expected: The agent calls n8n-mcp tools (for example, get_node) or at least sees the server. Actual: The agent reports that the server is not found (for example, Server “n8n-mcp” not found when trying to access it), n8n-mcp tools are not available in the chat.
Expected Behavior
Correct call to tools when running n8n-mcp
Screenshots / Screen Recordings
Operating System
Windows 10/11
Version Information
Version: 2.4.27 (system setup)
VSCode Version: 1.105.1
Commit: 4f2b772756b8f609e1354b3063de282ccbe7a690
Date: 2026-01-31T21:24:58.143Z
Build Type: Stable
Release Track: Default
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.26100
Additional Information
"n8n-mcp": { "command": "C:\\Program Files\\nodejs\\npx.cmd", "args": ["n8n-mcp"], "env": { "MCP_MODE": "stdio", "LOG_LEVEL": "error", "DISABLE_CONSOLE_OUTPUT": "true", "N8N_API_URL": "https://***.ru", "N8N_API_KEY": "***" } } }}2026-02-06 21:01:12.801 [info] Handling ListOfferings action, server stored: false2026-02-06 21:01:12.802 [info] Server not yet created, returning empty offerings2026-02-06 21:01:12.802 [info] Handling CreateClient action2026-02-06 21:01:12.802 [info] Starting new stdio process with command: C:\Program Files\nodejs\npx.cmd n8n-mcp2026-02-06 21:01:13.881 [info] Successfully connected to stdio server2026-02-06 21:01:13.881 [info] Storing stdio client user-n8n-mcp2026-02-06 21:01:13.881 [info] CreateClient completed, server stored: true2026-02-06 21:01:14.286 [info] Handling GetInstructions action2026-02-06 21:01:14.288 [info] Handling ListOfferings action, server stored: true2026-02-06 21:01:14.288 [info] Connected to stdio server, fetching offerings2026-02-06 21:01:14.289 [info] Handling CreateClient action2026-02-06 21:01:14.289 [info] CreateClient completed, server stored: true2026-02-06 21:01:14.298 [info] listOfferings: Found 20 tools2026-02-06 21:01:14.298 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:01:14.834 [info] Handling GetInstructions action2026-02-06 21:01:14.836 [info] Handling ListOfferings action, server stored: true2026-02-06 21:01:14.836 [info] Connected to stdio server, fetching offerings2026-02-06 21:01:14.847 [info] listOfferings: Found 20 tools2026-02-06 21:01:14.847 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:01:24.444 [info] Handling GetInstructions action2026-02-06 21:03:42.373 [info] Handling ListOfferings action, server stored: true2026-02-06 21:03:42.373 [info] Connected to stdio server, fetching offerings2026-02-06 21:03:42.377 [info] listOfferings: Found 20 tools2026-02-06 21:03:42.377 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:03:42.904 [info] Handling GetInstructions action2026-02-06 21:11:32.728 [info] Handling ListOfferings action, server stored: true2026-02-06 21:11:32.728 [info] Connected to stdio server, fetching offerings2026-02-06 21:11:32.733 [info] listOfferings: Found 20 tools2026-02-06 21:11:32.733 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:11:33.240 [info] Handling GetInstructions action2026-02-06 21:25:59.003 [info] Handling ListOfferings action, server stored: true2026-02-06 21:25:59.003 [info] Connected to stdio server, fetching offerings2026-02-06 21:25:59.009 [info] listOfferings: Found 20 tools2026-02-06 21:25:59.009 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:26:00.311 [info] Handling GetInstructions action2026-02-06 21:26:11.636 [info] Handling ListOfferings action, server stored: true2026-02-06 21:26:11.636 [info] Connected to stdio server, fetching offerings2026-02-06 21:26:11.646 [info] listOfferings: Found 20 tools2026-02-06 21:26:11.646 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:26:12.177 [info] Handling GetInstructions action2026-02-06 21:34:34.574 [info] Handling ListOfferings action, server stored: true2026-02-06 21:34:34.574 [info] Connected to stdio server, fetching offerings2026-02-06 21:34:34.579 [info] listOfferings: Found 20 tools2026-02-06 21:34:34.580 [info] Found 20 tools, 0 prompts, and 0 resources2026-02-06 21:34:35.162 [info] Handling GetInstructions action
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
