β Back to Integrations
n
n8n MCP Server for WordPress Setup
Model Context Protocol Tutorial
Turn WordPress events into automated workflows. Easy MCP AI's MCP server lets n8n trigger WordPress actions β publish a post when a form is submitted, sync WooCommerce orders to Sheets, update users on a schedule.
- Add an MCP Client node to your workflow.
- Set Transport to
Streamable HTTP. - Set URL to
https://yoursite.com/wp-json/easy-mcp-ai/v1/mcp. - Under Authentication β Headers, add:
- Name:
Authorization - Value:
Bearer YOUR_API_TOKEN
- Name:
- Select the tool you want to call in the nodeβs Tool dropdown.
Example Workflow: Publish a post when a form is submitted
[Form Trigger] β [MCP Client: wp_create_post] β [MCP Client: wp_update_post (status=publish)]
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