docs/src/course/02-agent-tools-mcp/12-troubleshooting-zapier.md
If your agent can't access the Zapier tools, check:
.env file has both ZAPIER_MCP_URL and ZAPIER_MCP_API_KEY setrequestInit.headers with the Authorization: Bearer headerCommon issues include:
requestInit.headers block. Zapier MCP requires an Authorization header on every request.zapier_get_configuration_url: You haven't added actions (e.g., Gmail) to your MCP server on the Zapier dashboard, or you haven't connected your app accounts..env values. Environment variables are read at startup.If you're having trouble, check the terminal output when running npm run dev for error messages. The MCPClient logs connection errors with details about what went wrong.
In the next step, you'll add the GitHub MCP server to give your agent the ability to monitor and interact with GitHub repositories.