Skip to content

Commit 8b29efb

Browse files
honzajavorekpatrikbraborec
authored andcommitted
fix: platform docs style fixes (#1904)
Various fixes in platform docs extracted from #1890
1 parent 9051609 commit 8b29efb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

sources/platform/actors/publishing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Ensure periodic testing, either manually or by [setting up automatic testing](..
7272
To find ideas for new Actor, consider the following sources:
7373

7474
- Your own experiences with friends, colleagues, and customers
75-
- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (check the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
75+
- SEO tools to identify search terms, websites related to web scrapint, web automation, or web integrations (see the [SEO article](https://apify.notion.site/SEO-990259fe88a84fd0a85ce6d3b394d8c1) for more details)
7676
- The [Actor ideas page](https://apify.com/ideas) to find Actors in demand by the Apify community
7777
- Our [Discord community](https://discord.com/invite/jyEM2PRvMU), especially the [#hire-freelancers](https://discord.com/channels/801163717915574323/1022804760484659210) channel can offer great insights
7878

sources/platform/integrations/ai/mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Let’s walk through an example of using Claude for Desktop with the Apify MCP S
8888
}
8989
```
9090

91-
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).
91+
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).
9292

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

@@ -266,14 +266,14 @@ You can report bugs, suggest new features, or ask questions in the [GitHub issue
266266
If you find this project useful, please [star it on GitHub](https://github.com/apify/actors-mcp-server) to show your support!
267267

268268
- _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.
269-
- _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.
269+
- _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.
270270
- _Node.js environment:_ If running the server locally, make sure Node.js is installed and up to date (`node -v`). The MCP server requires Node.js v18+.
271271
- _No response or long delay:_ Keep in mind that when an Actor tool is called, it may take some time to complete (depending on the task). If nothing is coming back, check the Actor’s logs in Apify console — the Actor might be waiting on a long operation or input.
272272

273273
## Learn more
274274

275275
- [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.
276-
- [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.
277-
- [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.
276+
- [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.
277+
- [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.
278278
- [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.
279279
- [Apify MCP Server Tutorial](https://www.youtube.com/watch?v=BKu8H91uCTg): Integrate thousands of Apify Actors and Agents with Claude.

sources/platform/integrations/workflows-and-notifications/gumloop/youtube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Get YouTube search results, video details, channel videos, playlists, and channe
1212

1313
The Gumloop YouTube integration provides a native interface for running Apify’s YouTube scrapers directly in your workflows. No API keys or manual polling required. All you need is a Gumloop account.
1414

15-
Using the Gumloop YouTube MCP node, you can simply prompt the YouTube data you need and Gumloop will retrieve it from relevant Apify actors. From there, you can connect it to your favorite tools and AI agents to process the information.
15+
Using the Gumloop YouTube MCP node, you can simply prompt the YouTube data you need and Gumloop will retrieve it from relevant Apify Actors. From there, you can connect it to your favorite tools and AI agents to process the information.
1616

1717
## Available actions
1818

sources/platform/integrations/workflows-and-notifications/n8n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you're running a self-hosted n8n instance, you can install the Apify communit
3636

3737
## Install the Apify Node (n8n Cloud)
3838

39-
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
39+
For n8n Cloud users, installation is even simpler and doesn't require manual package entry. Just search and add the node from the canvas.
4040

4141
1. Go to the **Canvas** and open the **nodes panel**
4242
1. Search for **Apify** in the community node registry

sources/platform/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To learn more about Apify's security practices, data protection measures, and co
2727
- List of our security certifications and compliance reports
2828
- Information about Apify's data protection controls
2929
- List of Apify's data subprocessors
30-
- An AI chatbot to answer your security-related questions
30+
- An AI Chatbot to answer your security-related questions
3131

3232
## Security Whitepaper
3333

0 commit comments

Comments
 (0)