diff --git a/packages/frontend/editor-ui/src/features/mcpAccess/components/MCPConnectionInstructions.vue b/packages/frontend/editor-ui/src/features/mcpAccess/components/MCPConnectionInstructions.vue
index 7a06798a2fd..83bf328682f 100644
--- a/packages/frontend/editor-ui/src/features/mcpAccess/components/MCPConnectionInstructions.vue
+++ b/packages/frontend/editor-ui/src/features/mcpAccess/components/MCPConnectionInstructions.vue
@@ -3,7 +3,7 @@ import { computed } from 'vue';
import { useClipboard } from '@/composables/useClipboard';
import { useI18n } from '@n8n/i18n';
-const MCP_ENDPOINT = 'mcp-access/http';
+const MCP_ENDPOINT = 'mcp-server/http';
// TODO: Update once docs page is ready
const DOCS_URL = 'https://docs.n8n.io/';
@@ -64,14 +64,22 @@ const fullServerUrl = computed(() => {
{{ fullServerUrl }}
-
+
+
+
+
+
@@ -90,14 +98,19 @@ const fullServerUrl = computed(() => {