First, read the error code
MCP connection failures almost always come with a status code, and the code tells you where to look. A 401 is an authentication problem, meaning your credentials were rejected. A 403 is a permission problem, meaning the credentials were accepted but the user is not allowed to do that action. Anything else usually points at the REST API being blocked or the site not being reachable over HTTPS.
Work through the four causes below in order. Most failures are fixed by the first two. If you have not connected yet, start with our step-by-step guide to connecting WordPress to Claude or ChatGPT.
