Skip to content

Commit aea0a5c

Browse files
authored
Update mcp.md
indent
1 parent a69a0c0 commit aea0a5c

File tree

1 file changed

+3
-3
lines changed
  • sources/platform/integrations/ai

1 file changed

+3
-3
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Let’s walk through an example of using Claude desktop with the Apify MCP Serve
3636

3737
1. _Configure Claude desktop:_ Claude desktop supports MCP servers via the **Developer settings**. You need to add an entry for the Apify MCP server. For instance, in Claude’s config file, under `mcpServers`, add an entry like:
3838

39-
```json
39+
```json
4040
{
4141
"mcpServers": {
4242
"actors-mcp-server": {
@@ -48,9 +48,9 @@ Let’s walk through an example of using Claude desktop with the Apify MCP Serve
4848
}
4949
}
5050
}
51-
```
51+
```
5252

53-
This tells Claude to spawn the Apify MCP Server (via the [Actors MCP Server](https://www.npmjs.com/package/@apify/actors-mcp-server) NPM package with your API token (on the first run, it will download the package automatically).
53+
This tells Claude to spawn the Apify MCP Server (via the [Actors MCP Server](https://www.npmjs.com/package/@apify/actors-mcp-server) NPM package with your API token (on the first run, it will download the package automatically).
5454

5555
1. _Launch Claude and connect:_ After updating the config, restart Claude desktop. If successful, Claude will show a “plugin” (often indicated by a plug icon 🔌) signifying it connected to the Apify Actors MCP server.
5656

0 commit comments

Comments
 (0)