Skip to content

Commit 09b9d7a

Browse files
committed
fix: Add link to issues, start the repo
1 parent 7b9a414 commit 09b9d7a

File tree

1 file changed

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

1 file changed

+3
-5
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ slug: /integrations/mcp
88

99
<!-- markdownlint-disable MD024 -->
1010

11-
1211
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.
1312

13+
**Open source**—You can [raise issues](https://github.com/apify/actors-mcp-server/issues) or [suggest new features](https://github.com/apify/actors-mcp-server/issues/new). If you find this useful, please [star us on GitHub](https://github.com/apify/actors-mcp-server) to show your support!
14+
1415
:::tip Configure MCP Server
1516

1617
Configure Apify MCP server at [mcp.apify.com](https://mcp.apify.com), select Actors and tools and copy configuration to your MCP client.
@@ -30,15 +31,12 @@ You can use the Apify MCP Server in two ways:
3031
- Set MCP client server command to `npx @apify/actors-mcp-server` and environment variable `APIFY_TOKEN` to your Apify API token
3132
- See `npx @apify/actors-mcp-server --help` for more options
3233

33-
You could also use legacy option by running [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server) as an Actor.
34-
3534
:::tip Run instantly ⚡
3635

3736
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)
3837

3938
:::
4039

41-
4240
## Prerequisites
4341

4442
Before you start, make sure you have the following:
@@ -228,7 +226,7 @@ The Apify MCP server has a rate limit of _30 requests per second_ per user. If y
228226
## Learn more
229227

230228
- [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction): Learn about the open standard on the official MCP website – understanding the protocol can help you build custom agents.
231-
- [Apify Actors MCP Server](https://apify.com/apify/actors-mcp-server): The README for the Apify MCP Server actor (available on Apify Store as `apify/actors-mcp-server`) provides technical details on implementation and advanced usage.
229+
- [Actors MCP Server GitHub](https://github.com/apify/actors-mcp-server): The README for the Apify MCP Server actor (available on Apify Store as `apify/actors-mcp-server`) provides technical details on implementation and advanced usage.
232230
- [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client): A specialized client actor (`jiri.spilka/tester-mcp-client`) that you can run to simulate an AI agent in your browser. Useful for testing your setup with a chat UI.
233231
- [How to use MCP with Apify Actors](https://blog.apify.com/how-to-use-mcp/): Learn how to expose over 5,000 Apify Actors to AI agents with Claude and LangGraph, and configure MCP clients and servers.
234232
- [Apify MCP Server Tutorial](https://www.youtube.com/watch?v=BKu8H91uCTg): Integrate thousands of Apify Actors and Agents with Claude.

0 commit comments

Comments
 (0)