From a8b05334ae3449ff2e59805a1b1816d8c147b1bb Mon Sep 17 00:00:00 2001 From: MQ37 Date: Mon, 1 Dec 2025 09:26:54 +0100 Subject: [PATCH] docs: add mcp ui configurator to the vercel ai page --- sources/platform/integrations/ai/vercel-ai-sdk.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sources/platform/integrations/ai/vercel-ai-sdk.md b/sources/platform/integrations/ai/vercel-ai-sdk.md index b73aa55a7b..00d7129bf6 100644 --- a/sources/platform/integrations/ai/vercel-ai-sdk.md +++ b/sources/platform/integrations/ai/vercel-ai-sdk.md @@ -52,6 +52,13 @@ Make sure to set the `APIFY_TOKEN` environment variable with your Apify API toke ::: + +:::tip Easy configuration + +Use the UI configurator `https://mcp.apify.com/` to select your tools visually, then copy the configuration to your client. + +::: + ```typescript // Connect to the Apify MCP server and get the available tools const url = new URL('https://mcp.apify.com');