From 3279283aaf221e65e3abc0591b984e583a69f669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Velastegu=C3=AD?= Date: Thu, 17 Jul 2025 00:40:34 -0500 Subject: [PATCH] Update CLAUDE_CODE_SETUP.md fix .mcp.json file for Claude code setup Project configuration --- docs/CLAUDE_CODE_SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CLAUDE_CODE_SETUP.md b/docs/CLAUDE_CODE_SETUP.md index 8004def..4cce854 100644 --- a/docs/CLAUDE_CODE_SETUP.md +++ b/docs/CLAUDE_CODE_SETUP.md @@ -42,7 +42,7 @@ claude mcp add-from-claude-desktop For team sharing, add to `.mcp.json` in your project root: ```json { - "servers": { + "mcpServers": { "n8n-mcp": { "command": "npx", "args": ["n8n-mcp"], @@ -91,4 +91,4 @@ For optimal results, create a `CLAUDE.md` file in your project root with the ins - With API credentials, you'll get full workflow management capabilities - Use `--scope local` (default) to keep your API credentials private - Use `--scope project` to share configuration with your team (put credentials in environment variables) -- Claude Code will automatically start the MCP server when you begin a conversation \ No newline at end of file +- Claude Code will automatically start the MCP server when you begin a conversation