← Back to Integrations
C
Cline MCP Server for WordPress Setup
Model Context Protocol Tutorial
Cline's autoApprove setting means zero interruptions. Configure Easy MCP AI as Cline's MCP server and it manages WordPress content autonomously in the background — creating, updating, and publishing while you focus on code.
File: cline_mcp_settings.json
{
"mcpServers": {
"wordpress": {
"autoApprove": [],
"disabled": false,
"transportType": "streamableHttp",
"url": "https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_TOKEN"
}
}
}
}
Need your API Token?
Remember to generate your Bearer token in the WordPress admin panel under Easy MCP AI → API Tokens before completing this setup.
Download Plugin