You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The Apify Model Context Protocol (MCP) Server at **mcp.apify.com** instantly con
26
26
>
27
27
> It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.
28
28
29
-

29
+

30
30
31
31
## Table of Contents
32
32
-[🌐 Introducing the Apify MCP server](#-introducing-the-apify-mcp-server)
@@ -107,7 +107,7 @@ Check out [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-cli
107
107
This interactive, chat-like interface provides an easy way to explore the capabilities of Apify MCP without any local setup.
108
108
Just sign in with your Apify account and start experimenting with web scraping, data extraction, and automation tools!
109
109
110
-
Or use the Anthropic Desktop extension file (dxt) for one-click installation: [Apify MCP server dxt file](https://github.com/apify/actors-mcp-server/releases/latest/download/actors-mcp-server.dxt)
110
+
Or use the Anthropic Desktop extension file (dxt) for one-click installation: [Apify MCP server dxt file](https://github.com/apify/apify-mcp-server/releases/latest/download/apify-mcp-server.dxt)
111
111
112
112
# 🛠️ Tools, resources, and prompts
113
113
@@ -237,9 +237,12 @@ Upon launching, the Inspector will display a URL that you can open in your brows
237
237
238
238
## 🐦 Canary PR releases
239
239
240
-
Due to the current architecture where Apify MCP is split across two repositories, this one containing the core MCP logic and the private [apify-mcp-server](https://github.com/apify/apify-mcp-server) repository that handles the actual server implementation for [mcp.apify.com](https://mcp.apify.com), development can be challenging as changes need to be synchronized between both repositories.
240
+
Apify MCP is split across two repositories: this one for core MCP logic and the private `apify-mcp-server-internal` for the hosted server.
241
+
Changes must be synchronized between both.
241
242
242
-
You can create a canary release from your PR branch by adding the `beta` tag. This will test the code and publish the package to [pkg.pr.new](https://pkg.pr.new/) which you can then use, for example, in a staging environment to test before actually merging the changes. This way we do not need to create new NPM releases and keep the NPM versions cleaner. The workflow runs whenever you commit to a PR branch that has the `beta` tag or when you add the `beta` tag to an already existing PR. For more details check out [the workflow file](.github/workflows/pre_release.yaml).
243
+
To create a canary release, add the `beta` tag to your PR branch.
244
+
This publishes the package to [pkg.pr.new](https://pkg.pr.new/) for staging and testing before merging.
245
+
See [the workflow file](.github/workflows/pre_release.yaml) for details.
243
246
244
247
# 🐛 Troubleshooting (local MCP server)
245
248
@@ -262,7 +265,7 @@ The Actor input schema is processed to be compatible with most MCP clients while
262
265
263
266
We welcome contributions to improve the Apify MCP Server! Here's how you can help:
264
267
265
-
-**🐛 Report issues**: Find a bug or have a feature request? [Open an issue](https://github.com/apify/actors-mcp-server/issues).
268
+
-**🐛 Report issues**: Find a bug or have a feature request? [Open an issue](https://github.com/apify/apify-mcp-server/issues).
266
269
-**🔧 Submit pull requests**: Fork the repo and submit pull requests with enhancements or fixes.
267
270
-**📚 Documentation**: Improvements to docs and examples are always welcome.
268
271
-**💡 Share use cases**: Contribute examples to help other users.
0 commit comments