Skip to content

Commit 68d98c3

Browse files
committed
add troubleshooting section
1 parent f72c67f commit 68d98c3

File tree

1 file changed

+18
-0
lines changed
  • sources/platform/integrations/ai

1 file changed

+18
-0
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,24 @@ documentation queries. If you exceed this limit, you'll receive a `429` response
167167

168168
For optimal performance, batch related operations when possible and use Actor webhooks for long-running tasks instead of polling for results.
169169

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+
170188
## Support and resources
171189

172190
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

Comments
 (0)