AI Tools Tutorials 12 Aug 2026  ·  2 min read

How to Set Up a Complete AI-Powered WordPress Workflow in One Afternoon

How to Set Up a Complete AI-Powered WordPress Workflow in One Afternoon
How to Set Up a Complete AI-Powered WordPress Workflow in One Afternoon 12 Aug 2026
TL;DR — Setting up a complete AI-powered WordPress workflow — MCP Adapter, WDS MCP Content Manager, Claude Code connection, and your first automated operation — takes under 2 hours. This guide gives you the complete checklist with time estimates for each step.

The goal: by the end of this afternoon, your Claude Code session should be able to create posts, manage WooCommerce products, update SEO metadata, and handle Elementor pages — all on your live WordPress site, via natural language prompts.

Time Budget: ~90 Minutes Total

Step 1: WordPress side setup (20 min)

1a. Install WordPress MCP Adapter (5 min)
Download from github.com/WordPress/mcp-adapter, install, activate. Note your endpoint URL.

1b. Install WDS MCP Content Manager Pro (5 min)
Download from wallstrdev.com after purchase, install, activate, enter license key.

1c. Create Application Password (5 min)
WP Admin → Users → your profile → Application Passwords → Add. Name it “Claude”, copy the generated password. Store it immediately — it’s shown only once.

1d. Verify abilities are registered (5 min)
Visit https://yoursite.com/wp-json/wp-abilities/v1/abilities. You should see a JSON array of 45 ability objects.

Step 2: Claude Code setup (15 min)

2a. Install Claude Code if needed (5 min)
npm install -g @anthropic-ai/claude-code

2b. Add your site as an MCP server (5 min)
claude mcp add wordpress --url https://yoursite.com/wp-json/mcp/mcp-adapter-default-server --header "Authorization: Basic BASE64_CREDS"

2c. Install WDS skills (5 min)
Copy wds-seo.md and wds-geo.md from the plugin’s skills/ folder to ~/.claude/skills/.

Step 3: First operational test (30 min)

3a. List recent posts (2 min)
"List my 5 most recent posts" — confirms the connection and read access.

3b. Create a test post (10 min)
"Create a draft post titled 'MCP Test Post' with content 'This is a test', set the Yoast SEO keyphrase to 'mcp test', and add the tag 'mcp-test'". Verify it appears in WP Admin.

3c. Run an SEO audit on one post (15 min)
Pick a post ID from step 3a and run: "Fetch post [ID] and tell me what SEO improvements are needed." Then: "Apply those improvements."

Step 4: Production workflow (25 min)

With the connection confirmed, run your first real workflow: content migration, SEO audit, or product catalogue entry. This is where the 90-minute investment pays back in the first session.

Plugin: WDS MCP Content Manager Pro. €49 per domain, lifetime updates.