Skip to content

Add n8n MCP server config for ECHO workflow access#1

Draft
bill143 wants to merge 1 commit into
mainfrom
claude/confident-gates-8wio5y
Draft

Add n8n MCP server config for ECHO workflow access#1
bill143 wants to merge 1 commit into
mainfrom
claude/confident-gates-8wio5y

Conversation

@bill143

@bill143 bill143 commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

Adds .mcp.json at the repo root so a future Claude session can load the n8n MCP server and work the ECHO workflow (e.g. the "File Ad" Gmail node) directly, instead of through a browser it can't reach.

How it works

  • Registers an HTTP MCP server n8n-mcp pointing at https://tradingmagic.app.n8n.cloud/mcp-server/http.
  • The auth token is referenced via the ${N8N_MCP_TOKEN} environment variable — no secret is committed to the repo.

Required before it connects (next session)

  1. Set env var N8N_MCP_TOKEN to the n8n Bearer token in the environment settings.
  2. Ensure the environment's network policy allows outbound HTTPS to tradingmagic.app.n8n.cloud.
  3. Start a fresh session so the config is loaded at startup.

Notes

  • The current session cannot hot-load MCP servers; the connection must be verified in a new session.
  • Consider rotating the n8n token, since it was shared in plaintext during setup.

https://claude.ai/code/session_01AzcXJz5iqKWxr87JYwUco2


Generated by Claude Code

Configures the n8n-mcp HTTP server so a future session can load n8n
tools directly. The auth token is referenced via the N8N_MCP_TOKEN
environment variable so no secret is committed to the repo.

https://claude.ai/code/session_01AzcXJz5iqKWxr87JYwUco2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants