I'm unable to authenticate the Zapier MCP server with Claude Code. The OAuth flow completes successfully (I receive the callback with authorization code), but the token exchange fails with an HTTP 500 error.
Error details:
HTTP 500: Invalid OAuth error response: SyntaxError: JSON Parse error: Unrecognized token '<'
Steps I've taken:
1. Generated a new API key from https://mcp.zapier.com
2. Removed and re-added the MCP server with the new token
3. Completed the OAuth authorization flow (success screen appeared)
4. Restarted Claude Code
The connection shows "connected" but "not authenticated" due to the 500 error during token exchange.
Environment:
- Client: Claude Code v2.0.76
- MCP URL: https://mcp.zapier.com/api/mcp/mcp
- OS: macOS
This appears to be a server-side issue with the OAuth token endpoint. Please advise.


