ChatGPT
import { Aside } from ‘@astrojs/starlight/components’;
- Go to chat.openai.com/gpts → Create a GPT
- In the Configure tab, click Add actions
- Import the OpenAPI schema:
https://YOUR-SITE.com/wp-json/mcpwp/v1/openapi.json-
Set authentication:
- Type: API Key
- Auth type: Custom header
- Header name:
X-API-Key - Value:
mcpwp_YOUR_KEY
-
Save and test
Limitations vs MCP
Section titled “Limitations vs MCP”ChatGPT Actions have a tool count limit (~30). When connecting via Actions, only the most common tools are exposed. For full access to all tools, use Claude Desktop or Cursor via MCP.