Skip to content

Commit 6deea51

Browse files
vystrcildDusan Vystrcil
andauthored
docs: Changed MCP image (#1614)
Co-authored-by: Dusan Vystrcil <[email protected]>
1 parent 707c027 commit 6deea51

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
346 KB
Loading
Binary file not shown.

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /integrations/mcp
1010

1111
The _Apify Model Context Protocol (MCP) Server_ allows AI applications to connect to Apify’s extensive library of Actors as tools to perform web scraping, data extraction, or other automation tasks in real time.
1212

13-
![Apify MCP Server](./images/actors-mcp-server.webp)
13+
![Apify MCP Server](../../images/apify_mcp_server.png)
1414

1515
## Quickstart
1616

@@ -19,7 +19,7 @@ You can use the Apify MCP Server in two ways:
1919
- _Standard Input/Output (stdio)_: Ideal for local integrations and command-line tools such as the Claude desktop client.
2020
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
2121
- See `npx @apify/actors-mcp-server --help` for more options
22-
- _HTTPS Endpoint_ [mcp.apify.com](https://mcp.apify.com): Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
22+
- _HTTPS Endpoint_ `mcp.apify.com`: Connect your MCP client by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
2323
- `https://mcp.apify.com` for streamable transport
2424
- `https://mcp.apify.com/sse` for legacy SSE transport
2525

@@ -62,7 +62,7 @@ Let’s walk through an example of using Claude desktop with the Apify MCP Serve
6262

6363
_(If you prefer not to set up Claude desktop, you can achieve a similar result using [Apify’s Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client), which provides a web UI to test the MCP server.)_
6464

65-
![Apify Tester MCP Client](./images/chat-ui.webp)
65+
![Apify Tester MCP Client](../../images/chat-ui.webp)
6666

6767
## Interact with the MCP server over SSE
6868

0 commit comments

Comments
 (0)