Skip to content
Merged
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
16 changes: 14 additions & 2 deletions sources/platform/integrations/ai/mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ Here's how to add the Apify MCP server to popular text editors and AI assistants
<Tabs>
<TabItem value="cursor" label="Cursor">

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:
Expand Down Expand Up @@ -130,7 +136,13 @@ To add Apify MCP server to Cursor:
</TabItem>
<TabItem value="vscode" label="VS Code">

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 (<kbd>CMD</kbd>/<kbd>CTRL</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) and run _MCP: Open User Configuration_ command.
Expand Down