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: sources/platform/integrations/ai/mcp.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,24 @@ documentation queries. If you exceed this limit, you'll receive a `429` response
167
167
168
168
For optimal performance, batch related operations when possible and use Actor webhooks for long-running tasks instead of polling for results.
169
169
170
+
## Troubleshooting
171
+
172
+
This section covers common issues you might encounter while using the Apify MCP server.
173
+
174
+
### Authentication errors
175
+
176
+
-_Check your API token_: Verify that your Apify API token is correct. You can find it in the **Integrations** section of the [Apify Console](https://console.apify.com/account#/integrations). Without a valid token, the server cannot start Actor runs.
177
+
-_Set environment variable for local development_: When running the MCP server locally, ensure you have set the `APIFY_TOKEN` environment variable.
178
+
179
+
### Local environment setup
180
+
181
+
-_The MCP server requires Node.js v18 or higher_. Check your installed version by running `node -v` in your terminal.
182
+
-_Using the latest server version_: To ensure you have the latest features and bug fixes, use the latest version of the `@apify/actors-mcp-server` package. You can do this by appending `@latest` to the package name in your `npx` command or configuration file.
183
+
184
+
### Actor execution issues
185
+
186
+
-_No response or long delays_: Actor runs can take time to complete depending on their task. If you're experiencing long delays, check the Actor's logs in Apify Console. The logs will provide insight into the Actor's status and show if it's processing a long operation or has encountered an error.
187
+
170
188
## Support and resources
171
189
172
190
The Apify MCP Server is an open-source project. Report bugs, suggest features, or ask questions in the [GitHub repository](https://github.com/apify/actors-mcp-server/issues).
0 commit comments