# n8n MCP Server Configuration # Copy this file to .env and fill in your values # n8n Instance URL (without trailing slash) N8N_URL=https://n8n.example.com # n8n API Key (generate from n8n Settings > API) N8N_API_KEY=your-api-key-here # Optional: Server port (default: 8000) # PORT=8000