From 11ab64362900b34ddb0a3b8af482b2fa6a697623 Mon Sep 17 00:00:00 2001 From: MQ37 Date: Thu, 30 Oct 2025 14:02:47 -0700 Subject: [PATCH] docs(mcp): mention one click install buttons for cursor and vscode --- sources/platform/integrations/ai/mcp.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/sources/platform/integrations/ai/mcp.md b/sources/platform/integrations/ai/mcp.md index f96854628..03a84d6b5 100644 --- a/sources/platform/integrations/ai/mcp.md +++ b/sources/platform/integrations/ai/mcp.md @@ -84,7 +84,13 @@ Here's how to add the Apify MCP server to popular text editors and AI assistants -To add Apify MCP server to Cursor: +:::tip One-click installation + +The [Apify UI configurator](https://mcp.apify.com/) offers a one-click install button for Cursor that automatically applies the configuration to your client. + +::: + +To add Apify MCP server to Cursor manually: 1. Create or open the `.cursor/mcp.json` file. 1. Add the following to the configuration file: @@ -130,7 +136,13 @@ To add Apify MCP server to Cursor: -VS Code supports MCP through GitHub Copilot's agent mode(requires Copilot subscription): +:::tip One-click installation + +The [Apify UI configurator](https://mcp.apify.com/) offers a one-click install button for VS Code that automatically applies the configuration to your client. + +::: + +VS Code supports MCP through GitHub Copilot's agent mode (requires Copilot subscription): 1. Ensure you have GitHub Copilot installed 1. Open Command Palette (CMD/CTRL + Shift + P) and run _MCP: Open User Configuration_ command.