Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions sources/platform/integrations/ai/vercel-ai-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down