Skip to content

Commit 42b7d9a

Browse files
committed
fix: review comments (admonition, gh stars)
1 parent 82fadea commit 42b7d9a

File tree

1 file changed

+9
-15
lines changed
  • sources/platform/integrations/ai

1 file changed

+9
-15
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,22 @@ 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-
## Support and contribution
14-
15-
The Apify MCP Server is an open-source project. You can report bugs, suggest new features, or ask questions in the [GitHub issues](https://github.com/apify/actors-mcp-server/issues). If you find this project useful, please [star it on GitHub](https://github.com/apify/actors-mcp-server) to show your support!
16-
17-
:::tip Configure MCP Server
18-
19-
Configure Apify MCP server at [mcp.apify.com](https://mcp.apify.com), select Actors and tools and copy configuration to your MCP client.
20-
21-
:::
22-
2313
![Apify MCP Server](../../images/apify_mcp_server.png)
2414

2515
## Quickstart
2616

2717
You can use the Apify MCP Server in two ways:
2818

2919
- _HTTPS Endpoint_ `mcp.apify.com`: Connect your MCP client through OAuth or by including `Authorization: Bearer <APIFY_TOKEN>` header in your requests.
30-
- `https://mcp.apify.com` for streamable transport (recommended)
31-
- `https://mcp.apify.com/sse` for SSE transport (legacy)
20+
- `https://mcp.apify.com` for streamable transport
3221
- _Standard Input/Output (stdio)_: Ideal for local integrations and command-line tools such as the Claude for Desktop client.
3322
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
3423
- See `npx @apify/actors-mcp-server --help` for more options
3524

36-
:::tip Run instantly ⚡
25+
:::tip Quick setup options
26+
MCP server configuration for other clients: Use https://mcp.apify.com to select Actors and tools, then copy the configuration to your client.
3727

38-
To install the Apify MCP Server in [Claude for Desktop](https://claude.ai/download) with one click, download and run the latest [Apify MCP Server DXT file](https://github.com/apify/actors-mcp-server/releases/latest/download/actors-mcp-server.dxt)
28+
Claude Desktop: Download and run the [Apify MCP Server DXT file](https://github.com/apify/actors-mcp-server/releases/latest/download/actors-mcp-server.dxt) for one-click installation.
3929

4030
:::
4131

@@ -218,7 +208,11 @@ Check your client’s documentation or settings to confirm this feature is avail
218208

219209
The Apify MCP server has a rate limit of _30 requests per second_ per user. If you exceed this limit, you will receive a `429 Too Many Requests` response.
220210

221-
## Troubleshooting
211+
## Support and contribution
212+
213+
The Apify MCP Server is an open-source project.
214+
You can report bugs, suggest new features, or ask questions in the [GitHub issues](https://github.com/apify/actors-mcp-server/issues).
215+
If you find this project useful, please [star it on GitHub](https://github.com/apify/actors-mcp-server) to show your support!
222216

223217
- _Authorization (API Token):_ If the MCP server isn’t executing Actors, ensure you provided a correct Apify API token. Without a valid `APIFY_TOKEN`, the server cannot start Actor runs. Always set the `APIFY_TOKEN` environment variable when running locally.
224218
- _Ensure latest version:_ If running via NPM, always use the latest version of `@apify/actors-mcp-server` for the newest features and fixes. You can append `@latest` when installing or in your config args to ensure this.

0 commit comments

Comments
 (0)