You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/mcp.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,13 @@ Here's how to add the Apify MCP server to popular text editors and AI assistants
84
84
<Tabs>
85
85
<TabItemvalue="cursor"label="Cursor">
86
86
87
-
To add Apify MCP server to Cursor:
87
+
:::tip One-click installation
88
+
89
+
The [Apify UI configurator](https://mcp.apify.com/) offers a one-click install button for Cursor that automatically applies the configuration to your client.
90
+
91
+
:::
92
+
93
+
To add Apify MCP server to Cursor manually:
88
94
89
95
1. Create or open the `.cursor/mcp.json` file.
90
96
1. Add the following to the configuration file:
@@ -130,7 +136,13 @@ To add Apify MCP server to Cursor:
130
136
</TabItem>
131
137
<TabItem value="vscode" label="VS Code">
132
138
133
-
VS Code supports MCP through GitHub Copilot's agent mode(requires Copilot subscription):
139
+
:::tip One-click installation
140
+
141
+
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.
142
+
143
+
:::
144
+
145
+
VS Code supports MCP through GitHub Copilot's agent mode (requires Copilot subscription):
134
146
135
147
1. Ensure you have GitHub Copilot installed
136
148
1. Open Command Palette (<kbd>CMD</kbd>/<kbd>CTRL</kbd> + <kbd>Shift</kbd> + <kbd>P</kbd>) and run _MCP: Open User Configuration_ command.
0 commit comments