Skip to content

Commit c916a77

Browse files
docs: edit build with AI page to reflect changes in MCP
1 parent 1e249d0 commit c916a77

File tree

3 files changed

+28
-81
lines changed

3 files changed

+28
-81
lines changed

sources/platform/actors/development/quick-start/build_with_ai.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ toc_max_heading_level: 4
1313

1414
import { AGENTS_PROMPT } from "@site/src/utils/agents-prompt";
1515
import PromptButton from "@site/src/components/PromptButton";
16-
import InstallMCPButton from "@site/src/components/InstallMCPButton";
1716
import copyForAI from "./images/copy-for-ai.png";
1817

1918
This guide provides best practices for building new Actors or improving existing ones using AI code generation and vibe coding tools such as Cursor, Claude Code, or Visual Studio Code, by providing the AI agents with the right instructions and context.
@@ -61,6 +60,34 @@ We have prepared the [Apify MCP server configuration](https://mcp.apify.com/), w
6160

6261
:::
6362

63+
### Claude
64+
65+
1. Go to *Settings* > *Connectors* in Claude.
66+
2. Click *Add custom connector*.
67+
3. Set the name to `Apify` and the URL to `https://mcp.apify.com/?tools=docs`.
68+
4. When chatting, click the *+* button and select the *Apify* connector to add documentation context.
69+
70+
### Cursor
71+
72+
1. Open the command palette with `Cmd+Shift+P` (or `Ctrl+Shift+P` on Windows).
73+
2. Search for and select *Open MCP settings*.
74+
3. Add the following configuration to `mcp.json`:
75+
76+
```json
77+
{
78+
"mcpServers": {
79+
"apify": {
80+
"url": "https://mcp.apify.com/?tools=docs"
81+
}
82+
}
83+
}
84+
```
85+
86+
### VS Code
87+
88+
1. Install an MCP-compatible extension.
89+
2. Add the Apify server URL: `https://mcp.apify.com/?tools=docs`
90+
6491
## Provide context to assistants
6592

6693
Every page in the Apify documentation has a **Copy for LLM** button. You can use it to add additional context to your AI assistant, or even open the page in ChatGPT, Claude, or Perplexity and ask additional questions.

src/components/InstallMCPButton.jsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

src/components/InstallMCPButton.module.css

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)