Connect to Claude, Cursor, or Any MCP Client
Add this to your MCP client configuration:
{
"mcpServers": {
"site-pilot-ai": {
"url": "https://yoursite.com/wp-json/site-pilot-ai/v1/mcp",
"headers": {
"X-API-Key": "spai_your_api_key_here"
}
}
}
}
Replace yoursite.com with your domain and the API key with your actual key.