Friday, 10 July 2026

How to Connect AI Agents With WordPress using MCP (Step by Step)

AI assistants like Claude Code, Cowork, and ChatGPT are incredible productivity boosters, and if you wished that you could connect these AI tools with WordPress directly, then you’re not alone.

Lately, I have been using WordPress MCP by WPVibe to let my AI assistant manage my website, and it’s truly amazing how much time this saves. You can simply ask it to create a post, upload image, handle admin tasks, and more from a single conversational prompt.

In this step by step tutorial, I’ll show you how to connect your favorite AI tools with WordPress using MCP along with sharing a few work examples, so you can see what becomes possible when you combine WordPress + AI.

How to Connect AI Agents With WordPress Using MCP

You can use the quick links below to jump to any section:

What is a WordPress MCP and What Can It Do?

MCP stands for Model Context Protocol. It is as an open standard that lets AI assistants connect to outside tools and services.

Think of it as a universal adapter. Instead of every AI tool building a custom integration with every service, they all speak the same language, so any tool and service that support MCP can work together.

With a WordPress MCP, your AI assistant can see what your website supports and carry out tasks from a plain-text prompt. It does this using a connection WordPress already has built in (the REST API), so there’s nothing extra to install.

You can use WordPress MCP to manage your WordPress site and perform tasks including:

  • Draft and publish posts – Create blog posts as drafts, set titles, add categories and tags, and publish when you’re ready.
  • Upload media – Pull images from any public URL directly into your WordPress media library.
  • Manage categories and tags – Create or rename taxonomy terms and assign them to posts.
  • Run admin tasks – Flush your site cache, check which plugins are active, and activate or deactivate plugins.
  • Use plugin abilities – On WordPress 6.9+, many plugins register their own actions the AI can discover and run automatically

Each of these can be done from a plain-text prompt from your favorite AI tool like Claude Code, Cursor, ChatGPT, etc. I’ll show you the exact prompts once you’re fully set up.

What You Need Before Getting Started

  • Self-hosted WordPress 6.9 or later – With the REST API enabled (it’s on by default). You need version 6.9 or later for plugin abilities API which is allows you to use AI to manage plugins like AIOSEO, WPForms, etc.
  • A publicly accessible site – Your site must be reachable on the internet because local development sites won’t work unless exposed via a tunnel.
  • A free WPVibe account — You’ll create this during setup.
  • An HTTPS-enabled site — WordPress application passwords require SSL and they won’t function on http:// sites. See our guide on how to add SSL and HTTPS to WordPress.

Step 1. Set Up MCP on Your WordPress Website

The easiest way to add MCP to a self-hosted WordPress site is with WPVibe.ai. It’s free and runs on a hosted server, so there’s no infrastructure to configure. It also works with every major AI tool through a single setup.

You can read our full WPVibe review for a deeper look at everything it can do, but this guide covers what you need to get connected.

Other ways to set this up: There’s also an official WordPress MCP Adapter, which pairs with the new Abilities API in WordPress 6.9, but it’s built for developers and needs manual configuration.

Install and Activate the Vibe AI Plugin

First, you will need to install and activate the free WPVibe plugin. If you need any help, our guide on how to install a WordPress plugin covers each step.

Along with connecting your AI tools, the WPVibe plugin unlocks WP-CLI commands, theme file editing, and the plugin abilities that I talk about later in this guide.

Once activated, go to Vibe AI » Vibe AI in your WordPress dashboard. You’ll see the MCP server URL and a three-step setup guide.

Keep this tab open. You’ll need the URL in the next step.

The Vibe AI plugin admin page in wp-admin showing the three-step connection setup

Step 2. Connect Your AI Tools to WordPress

With WPVibe set up, connecting your AI tool takes under a minute. You add the same server URL to any AI client you use: https://mcp.wpvibe.ai/mcp.

You’ll find instructions on how to do this in the official WPVibe documentation. But let me show you exactly where to find that setting in some popular AI platforms.

Connecting Claude

If you’re just getting started, I recommend beginning with Claude.

The simplest method is to add the WPVibe URL once via Claude.ai on the web, and it syncs automatically to Claude Desktop, Claude Code, and the Claude mobile apps with no separate setup needed.

Note: On Team and Enterprise workspaces, only an Owner or Admin can add connectors. Individual members on those plans can authenticate with WPVibe once the admin has added it, or use the Claude Code method in step 3 below.

  1. Free, Pro, and Max plans: In Claude.ai, go to Customize » Connectors. Click the + button, select ‘Add custom connector’, and paste https://mcp.wpvibe.ai/mcp.
  2. Team and Enterprise (admin only): Go to Organization settings » Connectors. Click ‘Add’, select Custom » Web, and paste the WPVibe URL.
  3. Claude Code (any plan): In your terminal, run claude mcp add --scope user wpvibe --transport http https://mcp.wpvibe.ai/mcp. Then, open Claude Code, type /mcp, select wpvibe, and choose ‘Authenticate’.

Once saved, follow the on-screen prompt to authorize your WordPress site.

Connecting Claude.ai (Web) to WPVibe
Connecting ChatGPT

WPVibe is available directly in the ChatGPT App Marketplace, so both free and paid users can connect without copying server URLs or editing config files.

In ChatGPT, click ‘Apps’ in the sidebar and search for WPVibe. Then click ‘Connect’ on the app page and sign in with your WPVibe account when prompted.

After connecting, ChatGPT pre-fills ‘@WPVibe’ at the start of each message. You can delete it with backspace for prompts unrelated to WordPress. Leave it in place when following the authorization step below.

Connecting ChatGPT to WPVibe
Connecting Cursor

Cursor adds MCP servers through a JSON config file. In Cursor, go to Settings » MCP and click the ‘Add new global MCP server’ button. This opens the mcp.json file.

Add the following entry and save:

{
  "mcpServers": {
    "wpvibe": {
      "url": "https://mcp.wpvibe.ai/mcp"
    }
  }
}

Make sure you restart Cursor after saving.

WPVibe will appear in the MCP list once it connects.

Cursor Settings showing the MCP panel with an option to add a new global MCP server
Connecting Windsurf

In Windsurf, open the Cascade panel and click the ‘Plugins’ icon (puzzle piece). Search for WPVibe, click ‘Enable’, and complete the sign-in flow when prompted.

To configure manually instead, edit ~/.codeium/windsurf/mcp_config.json and add the following, then restart Windsurf:

{
  "mcpServers": {
    "wpvibe": {
      "serverUrl": "https://mcp.wpvibe.ai/mcp"
    }
  }
}

Note: Windsurf uses serverUrl (not url) in its config file. Using the wrong key will cause the connection to fail.

Authorize Your WordPress Site

With the MCP URL added to your AI client, go back to Vibe AI » Vibe AI in your WordPress dashboard.

Under step 3, you’ll find a ready-to-copy prompt with your site’s URL already filled in.

The WPVibe Setup Page

Paste that prompt into your AI chat. Your AI assistant will call WPVibe and return a one-click authorization link. Simply click it to approve the connection.

You never see or copy a password. WordPress and WPVibe handle the credentials securely in the background.

WPVibe site showing connected status in the Vibe AI plugin admin after authorization

What You Can Do Once You’re Connected (Worked Examples)

Once your AI tool is connected to WordPress, here are the first prompts I tried, including one for WooCommerce store owners.

My examples are from Claude Code terminal, but these will work with whichever AI tool you connected.

1. Write and Draft a Blog Post

Type this into your AI tool: ‘Create a draft WordPress post titled “How to Start a Blog” with an intro paragraph explaining why blogging is still worth it.’

AI Prompt for Drafting a New Post

Your AI assistant calls the WordPress REST API, saves the post as a draft, and returns a confirmation with a link to edit it in wp-admin.

Nothing goes live until you choose to publish it yourself.

A Draft Post Created Using AI
2. Upload a Photo to Your Media Library

Type: ‘Upload this image to my WordPress media library: [paste a public image URL]. Set the alt text to “A person working at a laptop”.’

AI Prompt for Adding a Public Image to Your WordPress Media Library

WPVibe validates the source URL, downloads the image, and adds it to your media library with the alt text you specified.

You can reference it in any post from there.

WordPress media library showing a newly uploaded image via MCP

Note: The prompt above uses a public URL, which is the simplest approach. Uploading a local file from your computer works too, but WPVibe will generate a browser upload link as an intermediate step.

3. Manage Your WooCommerce Store

WooCommerce 10.9 ships with native MCP support, which exposes product and order abilities through the same standard that WPVibe uses.

If your site runs WooCommerce, try: ‘Draft a new product called “Summer T-Shirt” with a short description and a price of $29.95.’

AI Prompt for Creating a New WooCommerce Product

The product saves as a draft in your store. Beyond creating products, your AI can also query orders, update their status, and add order notes, so you can handle routine store admin from the same chat window.

You can see the example below.

A New Product Created by AI and WPVibe

The next three examples go beyond WordPress’s built-in actions. On WordPress 6.9 or later, plugins can register their own actions (called ‘abilities’) that your AI discovers automatically, so if you use these tools, you can drive them from the same chat.

4. Optimize Your SEO with AI

If you use AIOSEO, then you can ask your AI to handle common SEO tasks from the chat window. It can check TruSEO scores, generate meta titles and descriptions, and run SEO audits.

My starting point was to ask it to find every post missing a meta description and write one for each.

Try this prompt: ‘Find all posts missing meta descriptions and write and apply them in one go.’

Claude Code chat showing prompt to find and apply missing AIOSEO meta descriptions

Your AI checks every post, writes the missing meta descriptions, and applies them through AIOSEO in one step.

See our complete AIOSEO setup guide to get it configured first.

AIOSEO meta description field in WordPress showing an AI-generated meta description
5. Manage Landing Pages and Maintenance Mode

If you use SeedProd, then your AI can manage your coming soon page, maintenance mode, and landing page settings without going into wp-admin.

For example: ‘Check if maintenance mode is currently active’ or ‘Enable the coming soon page.’

6. Build a Form with AI

If you use WPForms, then your AI can build forms from a plain-English description.

Try: ‘Create a contact form with name, email, and a message field.’ WPForms creates the form in your dashboard, ready to configure and embed.

Before using this, make sure you enable write access under WPForms » Tools.

Enabling MCP Write Access for WPForms

WPForms Lite supports basic field types. Paid plans add phone, date/time, file upload, and more.

See What Your Site Can Do

You don’t have to guess which of your plugins support this. Because WPVibe automatically discovers every registered ability, you can just ask your connected AI: ‘What can you do on my WordPress site?’

It will list the abilities your installed plugins expose, so the answer stays accurate no matter which plugins you run.

Is WordPress MCP Safe?

I had the same concern when I first tested this. Here’s how WPVibe handles security.

WordPress manages the connection using application passwords, a built-in feature that creates a separate password for each external tool you connect. The AI only gets the permissions of the user account you connected.

So, it’s worth connecting with a limited, non-admin account rather than your main administrator login. If you create a dedicated Editor-role user for the connection, then the AI can only do what an Editor can do.

WPVibe encrypts your application password before storing it, using a separate key for each site, and keeps it on secure servers hosted by Cloudflare. Every connection between your AI client, WPVibe, and your WordPress site is encrypted too, so your credentials are never exposed along the way.

WPVibe also doesn’t store your conversation content. It stays within your AI client.

On the WordPress side, new posts always save as drafts and deletions go to the trash rather than permanent deletion.

To fully revoke access at any time, go to Users » Profile in your WordPress dashboard and scroll down to the Application Passwords section to delete it.

Troubleshooting Connection Issues

Connecting your AI client to WordPress is the step that trips people up most often.

If the connection fails or WPVibe doesn’t appear, then work through these checks:

  • WPVibe isn’t in your client’s tool or MCP list – Restart the AI client after saving the config. New MCP servers only load on a fresh start.
  • The connection fails silently in Windsurf – Windsurf uses the serverUrl key, not url. The wrong key produces no error message, so double-check it.
  • Application passwords won’t authenticate – Your site must run on HTTPS. Application passwords don’t work over http://.
  • Your AI client can’t reach the site – The site has to be publicly reachable. A local development site won’t connect unless you expose it through a tunnel.
  • Authorization keeps failing – Re-check that you pasted the correct MCP server URL: https://mcp.wpvibe.ai/mcp.

Frequently Asked Questions About WordPress MCP

Is WPVibe free?

Yes. WPVibe has no API key costs and everything in this guide works on the free plan. There is now a paid Pro plan (early-access pricing, $99 per year) that adds higher daily usage limits and priority support, not new features, so you don’t need it for anything covered here.

Does WordPress MCP work with all AI tools?

WPVibe works with Claude.ai (web), Claude Desktop, Claude Code, ChatGPT, Cursor, and Windsurf. Because MCP is an open protocol, any new AI tool that adopts the standard will work with the same WPVibe setup automatically.

Does WordPress MCP work with WordPress.com?

No, not through WPVibe. WordPress.com has its own built-in MCP setup that works differently. This guide covers self-hosted WordPress (WordPress.org) only.

Do I need WordPress 6.9 to use MCP?

No. You can create posts, upload media, and run admin tasks on WordPress 6.0 or later. WordPress 6.9 is only required if you want to use plugin abilities like those from All in One SEO or SeedProd.

Can I connect more than one WordPress site to WPVibe?

Yes. WPVibe supports multiple sites under one free account. Install the Vibe AI plugin on each additional site and complete the site authorization step. Your existing WPVibe account covers all your sites.

What happens if I disconnect WPVibe from my site?

You can remove a site from WPVibe in the plugin admin or on wpvibe.ai at any time. To fully revoke access, also delete the credential under Users » Profile » Application Passwords.

I hope this article helped you get WordPress MCP set up on your site. You may also want to see our guide on the best AI Automation Tools for WordPress.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post How to Connect AI Agents With WordPress using MCP (Step by Step) first appeared on WPBeginner.



from WPBeginner https://ift.tt/fbtPqC3
More links is https://mwktutor.com

Tuesday, 7 July 2026

Introducing HelpJet: The AI Chatbot That Answers Your Customers’ Questions in Seconds

Ever wanted to build an AI support agent for your WordPress website or WooCommerce store?

Imagine customers asking a question at 2 a.m. and getting an instant, accurate answer, pulled straight from your own help docs, website content, and custom private SOPs. Plus, it can cut the repetitive 80% of support questions, so your team can focus on the questions that actually need a human.

Sadly, most AI support tools on the market are either crazy expensive or very complicated to set up.

It simply shouldn’t be this hard to give your customers fast, helpful answers.

That’s why today, I’m excited to announce HelpJet, an AI-powered support chatbot that learns your documentation and answers customer questions automatically, 24/7, built by our team at HeroThemes, a WPBeginner Growth Fund company.

introducing helpjet

What Is HelpJet?

HelpJet is a standalone AI support chatbot that trains on your own content and resolves the bulk of your repetitive tickets automatically.

Hero banner for HelpJet AI showing a purple background, floating chat windows, and the headline: 'Give your support team the teammate they've always wanted.' including a Get Started Free CTA in the lower area.

It can read between the lines, understand what customers actually mean and respond with genuine empathy, especially when the customers are frustrated. In other words, it offers the human touch you’d expect from your best support person, combined with capabilities no human could ever match.

Aside from WordPress, it seamlessly integrates with BigCommerce, Shopify, Webflow, and more.

Here’s why every small business needs HelpJet:

  • Create a custom GPT trained on your own website content. 
  • Add an AI support agent for your business that works 24/7.
  • Speed up WooCommerce store support and boost sales.

Train Your AI Chatbot in Five Minutes

Train your AI chatbot by dropping your content like private SOPs, URLs, help articles, and more.

If you drop a URL from your WordPress site, then HelpJet asks you which post types to fetch. Select the post types, and it trains from your content.

Screenshot of a bot-training UI: enter a training URL, choose content types (Posts/Pages), and start training.

HelpJet also automatically re-scans your site weekly to stay up-to-date. You can also trigger a manual refresh anytime from your dashboard.

Easily Embed the Chatbot on Your Site

The easiest way to embed HelpJet’s chatbot on your website is by installing its WordPress plugin.

As soon as the plugin is activated, a floating chat widget will appear on your site. 

Cafe interior with a glowing 'CAFE' sign and hanging green pendant lights; on the right, a chat assistant panel with a small Bean & Brew photo and intro text.

You can choose which corner of the screen the widget should appear in, right or left.

Additionally, you can embed the chatbot in any articles with the ‘HelpJet Chatbot’ block or with a shortcode.

Built to Understand WooCommerce Stores

If you run a WooCommerce store, then HelpJet can help you with pre-sales and post-sales questions. The best part is that it can read product variations, stock levels, shipping classes, and tax rules.

So when a shopper asks, “Is this available in blue?” or “Do you offer shipping to Texas?”, it answers with real information instead of providing a generic answer.

For store owners, that’s the difference between a lost sale and a closed one.

Route Complex Questions to Your Team

Here’s the objection I always hear: “What happens when the bot can’t answer?”

When a question is too complex, or the customer simply wants a human, HelpJet routes the conversation to your team smoothly.

And here’s the clever part: when your support agent answers, HelpJet learns from that resolution. Next time, it can handle the question on its own.

That means your bot gets smarter every single day.

Clean Analytics Dashboard to See Exactly What’s Working

HelpJet includes a clean analytics dashboard so you’re never guessing.

Dashboard of chatbots with stats: Satisfaction 100%, Resolution 100%, Interactions 2, Messages received 2, Messages answered 2; AI Support Assistant active

You can track conversation volume, satisfaction rate, and resolution rate at a glance. You’ll see the questions customers ask most, which quietly reveal the gaps in your documentation.

Every answer gets a thumbs up or down, and the whole activity log is tagged by sentiment.

Test Your Chatbot Before You Go Live

You’d never want an under-trained bot talking to real customers. HelpJet includes a built-in preview environment for exactly this reason.

helpjet ready to test

You can ask the bot real questions, check its answers, and fine-tune its tone and behavior… all before a single customer ever sees it.

Built by the Team Behind Heroic Themes

HelpJet comes from HeroThemes, a team that’s been building WordPress support software for roughly 15 years. They’re the folks behind Heroic KB, the popular knowledge-base plugin, and Heroic Inbox, their shared-inbox ticketing tool.

Over those years, HeroThemes kept running into the same frustration with Heroic KB customers: businesses had genuinely great documentation, but most visitors never read it. Customers would rather ask or just leave. HelpJet is their answer to that, turning the docs you’ve already written into instant answers your customers actually get.

If you’re already using Heroic KB or other knowledge base plugins on your site, then HelpJet works alongside them. 

Getting Started With HelpJet

Getting up and running takes just a few minutes:

✅ Sign up for a free HelpJet account (no credit card required).

✅ Point it at your help docs, URLs, or PDFs to train your first bot.

✅ Preview and fine-tune the answers in the testing environment.

✅ Install the WordPress plugin to embed the chatbot on your site.

The free plan is genuinely free forever. You get one bot and 100 interactions per month, which is a great way to see the value before you commit to anything.

When you’re ready to scale, the Pro plan runs $29/month (or about $23/month billed annually) with three bots and 1,000 monthly interactions. It also comes with a 14-day free trial, again with no credit card.

I’d love to hear how you’d use HelpJet on your own site. If there’s a feature you’d like to see, let the team know… this is exactly the kind of feedback that shapes a young product.

Thanks, as always, for being part of our community. I truly believe HelpJet levels the playing field, giving small businesses the kind of live support that used to be reserved for the giants.

Talk soon,

Syed Balkhi
Founder of WPBeginner

P.S. Want me to invest in your business? Learn more about the WPBeginner Growth Fund.

The post Introducing HelpJet: The AI Chatbot That Answers Your Customers’ Questions in Seconds first appeared on WPBeginner.



from WPBeginner https://ift.tt/Stg1CHn
More links is https://mwktutor.com

Saturday, 4 July 2026

WPBeginner Turns 17 Years Old – We’re Doing a Giveaway ($10,000 in Prizes)

It’s quite surreal to type that WPBeginner turns 17 years old today!

I’m incredibly grateful to have the support of such an amazing community of website owners, small businesses, and web professionals. YOU are the best part of WPBeginner!

Like every year, I will take a few minutes to share all the major things that are happening in the business as well as my personal life.

But more importantly, to celebrate this big milestone, we’re doing a HUGE birthday giveaway with over $10,000+ in prizes!

Since this is a long article, you can easily skip to the section you’re most interested in:

17th-birthday-giveway-wpbeginner

My Personal Updates

If you’re new here, you might not know that I have been using WordPress since I was 16 years old, and I started WPBeginner in 2009 when I was in college at age 19.

Ever since then, WordPress community has played a huge role both in my life as well as my family’s life.

My son, Solomon is now 9 years old, and our baby girl, Aliyah, was born 6 months ago. Parenting is one of the wonderful gifts of life. We recently restarted our travels and took a trip to Mexico as well as Italy. I’ll be sharing more about these trips later in the year when I do my annual year end reviews.

If you didn’t get a chance to read my 2025 recap, I highly recommend checking it because I shared lessons learned from last year.

Balkhi Family 2026 - WPBeginner Birthday

WPBeginner Updates

This year, Google’s algorithm updates and the rapidly changing A.I. landscape continued to impact our traffic.

The good news is that we’re fortunate to have an incredible community of readers and subscribers, and that’s what matters MOST.

Since starting WPBeginner, my focus has always been on creating helpful tutorials and resources for WordPress beginners, and that will never change. We’re already adapting how we create and share content for this new era, and we’re excited about what’s ahead.

I’m truly grateful for everything we’ve accomplished together this year.

As always, none of this would be possible without your continued support and trust. THANK YOU for being part of our journey!

Here are some of the big updates that happened on WPBeginner in the last 12 months:

1. New Product Launches

This past year, our team put their energy into building. Here are the new products we launched to help you get more done on WordPress:

  • We launched WPVibe, a WordPress MCP server that lets your favorite AI tool, like Claude, ChatGPT, and Cursor, manage your WordPress site directly. Our announcement video went viral on X and got over 440k views.
  • We released ActiveLayer, an AI-powered spam protection tool that stops form, comment, and registration spam server-side in milliseconds without CAPTCHAs or puzzles. Here’s the full background story.
  • We launched Universally, an AI website translation tool that automatically translates your site into 110+ languages in minutes without hiring professional translators. Here’s the full background story.
  • My team at Uncanny Automator released Uncanny Agent, the first true AI assistant built natively for WordPress. You can ask any questions about your site or tell it what you need done…and it takes care of it for you. Here’s the full background story.
  • We launched WPChat, a live-chat widget that lets you convert your visitors into paying customers by connecting them on WhatsApp, Messenger, Instagram, and Telegram. Here’s the full background story.
  • MemberPress, one of my Growth Fund brands, launched the MemberPress AppKit addon. It transforms your membership site into a fully branded iOS and Android app. Here’s the full background story.
  • My team at WPForms released the Quiz Addon. It lets you build interactive quizzes and graded assessments right inside the form builder you’re already familiar with. Here’s the full background story.
  • My team at Duplicator released WP Media Cleanup, which enables you to reclaim disk space by identifying unused media files and removing them quickly and easily. Here’s the full background story.
  • We released WPFilters, which helps you easily add Amazon-style search filters to your site and make your content easily discoverable. Here’s the full background story.

I’m really proud of what our team has built this year, and it’s amazing to see the impact these products are making across the WordPress ecosystem and the larger open web.

Want me to invest in your business? Learn more about the WPBeginner Growth Fund.

2. WPBeginner Workshop: Free Live Training

Our WPBeginner Workshop is going strong, and this year, we hosted workshops every month covering WordPress fundamentals, AI tips, privacy compliance, and much more.

Every workshop is led by our own team at WPBeginner, sharing the real-world lessons we learn every day. At the end of each session, we also hold a live Q&A where attendees get their WordPress questions answered in real time.

Best of all, it’s totally free to attend!

All you need to do is join our newsletter to stay up to date.

3. Broader Company Updates

WPBeginner is funded 100% through the support of our readers like you.

My various companies develop premium WordPress plugins to help you grow your website. These plugins are built with the same beginner-friendly approach you know and love from WPBeginner, and a large number of our product & feature ideas come from your feedback & suggestions.

When you buy a license for any of my premium plugins, you’re not only helping make your website better, but you’re also helping support WPBeginner and our mission.

My company, Awesome Motive, has over 300+ team members across the world, and all of us are committed to help you build a better website!

Here’s a list of our plugins that you should check out. Collectively, they’re being used on over 30 million websites. Your support means a lot to us whether you use the free version or purchase a premium license – we are here to serve.

WPBeginner 17th Birthday Giveaway

To celebrate the 17th birthday of WPBeginner, we’re running a HUGE giveaway!

We are giving away premium plugin licenses worth over $10,000 to 39 lucky winners.

So, what kind of goodies are we giving away? Here’s the complete list:

10 licenses of Universally, 5 licenses of Uncanny Agent, and 3 licenses each of the following products: WPConsent, ActiveLayer, AIOSEOWPVibe, SeedProd, Duplicator, WPChat, and Sydney theme.

Thank You, Everyone

I want to say thank you to everyone who has supported us in this journey. I really do appreciate all of your retweets, personal emails, content suggestions, and the interactions at the events.

I also want to say special thank you to everyone who’s using our plugins because that enables us to keep bringing more free tutorials to WPBeginner.

You all are AMAZING and without you, there is no WPBeginner.

I look forward to another solid year ahead of us.

Syed Balkhi
Founder of WPBeginner

The post WPBeginner Turns 17 Years Old – We’re Doing a Giveaway ($10,000 in Prizes) first appeared on WPBeginner.



from WPBeginner https://ift.tt/L3sYo7V
More links is https://mwktutor.com

Tuesday, 30 June 2026

WPBeginner Spotlight 25: Let AI Build Your WordPress Forms, Clean Your Database, and Boost Your Fundraising

Welcome to the June edition of WPBeginner Spotlight! If there is one story this month, it’s AI becoming more integrated into WordPress.

With the new WordPress Abilities API catching on fast, your favorite plugins are letting assistants like Claude and ChatGPT actually do the work on your site. They can build your forms, fix your SEO, and run your campaigns now, not just tell you what to change.

There is plenty more beyond AI, too: leaner databases, unlimited image compression, affordable translation into 110+ languages, and a first look at WordPress 7.1.

Let’s dig into the tools, updates, and community news affecting WordPress users this month.

WordPress news round up for June 2026

WPBeginner Spotlight is your monthly roundup of important WordPress news and community updates.

Do you have an announcement? From product debuts to major updates or upcoming events, submit your details via our contact form for a chance to be featured in our upcoming issue!


WPForms Now Lets AI Assistants Build and Edit Your Forms πŸ€–

WPForms now allows external AI assistants like Claude, ChatGPT, Cursor, and Gemini to actively build and edit forms on your website.

Earlier, the plugin introduced capabilities that allowed AI to read and understand existing form entries. Now, the development team has rolled out complete write support with a hands-free, conversational approach to form creation.

This workflow saves site owners, marketers, and developers time by eliminating manual setup steps.

Here is a look at what this new AI integration can do for your website:

  • Create Complex Forms in Seconds: You can ask your assistant to generate a complex layout, such as a lead generation form, and watch it appear in the builder moments later.
  • Modify Existing Fields: Users can add new dropdown options, rename specific labels, or mark questions as required without navigating the drag-and-drop editor.
  • Update Core Settings: The AI can easily change form titles, descriptions, and submit button text, while keeping sensitive email notification settings strictly off-limits.

To access this feature, users just need to update to WPForms version 1.10.2 and connect their dashboard to WPVibe, which is a free Model Context Protocol (MCP) server created by SeedProd.

Once the plugin is linked to a preferred AI client, administrators simply need to toggle the write access setting to begin issuing commands.

Connect WPForms with your favorite AI platform

Because this technology relies on an open WordPress standard, users are never locked into a single AI assistant or closed ecosystem.

Plus, this core integration is completely free and works with eight fundamental field types in WPForms Lite.

WPVibe Now Lets You Connect Your WordPress Site to ChatGPT in One Click

Managing a WordPress site usually means a lot of clicking. You log in, open menus, and do everything by hand.

WPVibe changes that, and it just got much easier to start using. It is a beginner-friendly MCP server for WordPress, which is a secure bridge that connects your favorite AI chat to your self-hosted site.

WPVibe is now live in the ChatGPT directory. Anyone using the ChatGPT app can connect their site in one click.

There is no setup headache and no password to manage. You authorize the connection, and your AI starts working on your site.

Once connected, your AI can manage content, upload media, and inspect plugins. It can also run WP-CLI commands and build full pages, all through conversation.

Best of all, WPVibe is not tied to ChatGPT. It works with any MCP client, including Claude, Claude Code, and Cursor.

For more details, see our complete WPVibe review with detailed instructions.

Stop Database Bloat With Duplicator’s New DB Optimizer

Duplicator, a popular WordPress backup and migration plugin, released their new DB Optimizer plugin.

Your WordPress database fills up with junk over time. Old revisions, expired transients, orphaned data, and spam comments all pile up, making your backups bigger and your migrations slower.

DB Optimizer now gives you a safe way to see how cluttered your database is. And you can clean it up without touching any SQL.

DB Optimizer by Duplicator

The standout feature is a live health score from 0 to 100. It rates the real trouble spots on your database.

That includes Table Overhead, Transients (temporary cached data WordPress is supposed to delete but often doesn’t), Revisions, Autoload Size (data loaded on every page view), and Trash Items. Each one gets a color-coded grade, so problems are easy to spot.

From there, the Cleanup tab groups everything into clear categories. You see Posts & Pages, Comments, and Transients & Cache.

Clean your WordPress database

A summary bar shows how many items you can remove. It also shows how much space you will reclaim before anything is deleted.

You stay in full control of what goes and what stays. So there is no fear of deleting something you still need.

For anyone who backs up or migrates, this is the real payoff. A leaner database means smaller backups and faster transfers.

DB Optimizer is free in the Duplicator Pro and Elite plans or available standalone from $29 per year.

WordPress Launches “Protect The Shire” to Secure Every Plugin and Theme

WordPress.org just kicked off a major security initiative called Protect The Shire.

The goal is simple: Make all 78,000+ plugins and themes in the directory as secure as possible.

Before this change, each new plugin release would go live as soon as the developer hit the update button. That openness is part of what makes the directory thrive. However, it also leaves little room for review.

For you, the practical change is this: each new plugin release will now wait up to 24 hours before going out through auto-updates.

That pause gives the WordPress team time to review changes. It even has a new Wapuu helper named Gandalf on the job.

AI bots will handle a depth of review that was not realistic before. And the 24-hour window may shrink to minutes as the system matures.

Overall, this means safer auto-updates with very little downside. The plugins you rely on get an extra layer of checking before they reach your site.

AIOSEO Goes All-In on AI: Agent Control, New Image Models, and a Free REST API

All in One SEO just shipped one of its biggest releases yet. One of the most popular WordPress SEO plugins is leaning hard into AI features for all of its users, including the free Lite plugin.

Here is what is new in this release:

πŸ€– AIOSEO MCP: Your AI Can Now Fix Your SEO

Most AI tools only tell you what is wrong with your website.

All in One SEO connects Claude, ChatGPT, Gemini, Cursor, or VS Code to your site so it can act to improve your WordPress SEO.

Connect your AI assistant to AIOSEO

Overall, it offers 28 SEO abilities, such as finding posts missing a focus keyword or creating a redirect.

It is easy to set up and lets you manage your SEO tasks in plain language, with no technical jargon or special skills required.

🎨 GPT Image 2 and Nano Banana 2 in the AI Image Generator

Every post needs images, and switching between AI image generation tools can be time consuming. AIOSEO earlier released their AI image generator to solve this.

They have now updated the feature with two new models, one from OpenAI and one from Google. You create original visuals right inside the editor, with no stock library and no separate subscription.

AI image generator in All in One SEO

πŸ”Œ The REST API is now Free for Everyone, Including Lite

This feature used to need a Plus plan and a separate addon. Now, any user gets full programmatic access to their SEO data.

It also exposes the same 28 SEO actions over HTTP, which is callable from any language or stack.

Charitable Makes Its Move: Big Updates as the Fundraising Category Shifts

Charitable has shipped a huge range of features across currency, automation, security, and peer-to-peer fundraising for nonprofit websites.

The timing is interesting. On the one hand, StellarWP is being dissolved as a brand. Their donation plugin GiveWP is being folded into Liquid Web’s umbrella, and the change creates some uncertainty for nonprofits.

Charitable has been doing the opposite. It is investing hard and quickly becoming the leader for WordPress fundraising.

Here is everything it rolled out:

  • 🌍 Multi-Currency (new addon): Donors can now give in their own currency, right on your existing forms. They pick a currency from a dropdown and see amounts at live rates. Turn on geolocation and the form detects their currency automatically. Less friction means fewer abandoned international donations.
  • πŸ”Œ Automation Connect 2.0: This connects your donation forms to Zapier, Make.com, Slack, HubSpot, and thousands of apps. It fires on 17 events across donations and campaigns. So, you can add donors to your list or get a Slack alert on a big donation with no developer needed.
  • πŸ›‘️ DonationGuard : This protects your forms from card-testing bots in real time. Those bots run stolen cards and rack up processor fees. Instead of one pass-fail test, it weighs many signals at once. It then logs coordinated attacks as prioritized records on one screen.
  • πŸ”” PushEngage Integration. You can now reach donors with free web push notifications. Four built-in triggers cover the key moments, including the thank-you, goal milestones, a launch, and an ending-soon nudge.
  • 🀝 Ambassadors 3.0. Charitable’s peer-to-peer tool has grown into a full platform. There are no yearly platform fees and no per-transaction cut. You get a guided setup wizard, a real-time dashboard, and fundraiser moderation. This is a direct answer to shrinking donor bases: turn your supporters into fundraisers.
  • πŸ“₯ Donorbox Importer. You can switch from Donorbox to Charitable without losing your donor data. It brings your supporters, donations, and recurring plans into WordPress using CSV exports. So, you finally own your donor list and the SEO of every donation page.
  • πŸ’³ Gateway Processing Fee Tracking. You can now see your true net on every donation. Charitable records the exact Stripe or PayPal fee for each transaction, including gross, fees, and net on the record itself.

Altogether, these updates make Charitable one of the most complete fundraising tools in WordPress.

WordPress 7.1 Roadmap: Better Collaboration and Less CSS

The next WordPress core release already has a date. WordPress 7.1 is set for August 19, 2026.

The theme this time is working together. It will also open new functionality for everyone.

Notes are getting richer. You will get a suggestion mode and emoji reactions for async feedback. Real-time collaboration also remains a focus area, though a few strategic decisions are still being shaped.

There is also a new Guidelines feature planned. It will let you set your own writing and content rules that connected AI tools follow, so your team and any AI assistant work to the same standards.

A few quality-of-life upgrades stand out:

  • A free-form image cropper, plus support for more image formats
  • A new Identity section in the Site Editor for key site details
  • Recently used commands and suggestions in the command palette
  • The familiar admin bar inside the editors
  • An “On This Day” dashboard widget
  • Responsive and hover/pseudo-state styling you can set right in the Site Editor, without writing CSS

Expanded Unicode support is coming as well. This will allow email addresses, usernames, and slugs to better reflect WordPress’ global audience.

One note of caution. These plans are being actively pursued, but not every item is guaranteed for the final release.

Universally Translated 26 Million Words in Just Two Weeks

Making your website multilingual used to mean a developer, a pile of duplicate pages, and a translation bill that climbed every month. Universally takes a different route.

It is an AI website translation tool that translates your whole WordPress site into 110+ languages from a single line of JavaScript, with no developer and no manual file work.

And it is catching on. Syed Balkhi shared that in the roughly two weeks since launch, Universally translated 26 million words for its users.

For a small business, the appeal is the cost. There is a free plan for 2,000 words, and paid plans start at $7.50 a month with per-site pricing instead of the per-word billing that makes other tools expensive as your site grows.

It is also easy on your site. Because Universally serves the translations from its own infrastructure, it does not add duplicate pages to your WordPress database, so your database size, queries, and backups stay the same no matter how many languages you turn on.

You still get the search benefit, too. Every paid plan gives each language its own real URL, hreflang tags, and indexed pages, so your translated content can rank in other countries instead of hiding behind a browser widget.

For more information, see our Universally review.

WPCode Launches Unlimited Server-Side Image Optimizer and Kills the Per-Image Cloud Bill

Slow images drag down your site speed. The usual fix is a cloud-based optimizer. However, those tools charge you per image.

A small site is fine. But the bill grows as you add images each week. Run several sites, and the math stops making sense.

Image Optimizer by WPCode removes that ceiling. It compresses every image automatically, on your own server.

Turn on image compression with 1-click

Nothing is sent to a third-party cloud. There is no API key and no per-image fee.

It also generates modern WebP and AVIF formats with a simple toggle. And it keeps a backup of every original for one-click restore.

You install it, turn it on, and it handles the rest. Your site gets faster while your bill stays the same.

It comes included with the WPCode Bundle plan, and your license already covers all your sites.

In Other News

  • PushEngage now lets you manage push campaigns with your favorite AI, thanks to WordPress Abilities API support.
  • AdTribes, the popular WooCommerce product feed plugin, added support for WooCommerce Merkandi and Amazon Product Feed.
  • WordCamp Europe 2026 wrapped up in KrakΓ³w, Poland, with talks and workshops on WordPress 7.0, AI, and the road ahead for the project.
  • AffiliateWP makes it even easier to pay your affiliates. With its rebuilt payout system, it can send payments in each affiliate’s preferred method (PayPal, Stripe, or store credit). You can pay everyone at once, and the plugin handles payment failures and retries.
  • WordCamp India will now become the fourth flagship WordCamp event, joining WordCamp US, WordCamp Asia, and WordCamp Europe. Calls are open to select a host city for 2027.
  • Advanced Coupons has introduced a new Bulk Store Credit Adjustment feature for WooCommerce stores, which lets store owners update, reset, or delete store credit balances for multiple customers at once. It also includes automated user email alerts, pre-execution confirmation screens, and a dedicated WP-CLI command for technical teams.
  • The official WordPress Swag store got a design update, with the catalog now front and center and a block-based cart and checkout.

New Tools & Plugins

  • Duplicator DB Optimizer: Database health scoring and safe cleanup before backups and migrations.
  • Image Optimizer by WPCode: Unlimited, server-side image compression with no per-image cloud fees.
  • WPVibe: An MCP server that connects your site to Claude, ChatGPT, Cursor, and other AI clients.
  • Universally: AI website translation that converts your WordPress site into 110+ languages from one line of JavaScript, with no database bloat.

That is a wrap for this issue.

The WordPress ecosystem is moving fast, especially on AI. I would love to know which of these updates you are most excited to try.

If there is something we should cover next month, let us know.

Your suggestions help shape what we feature. See you next month.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

The post WPBeginner Spotlight 25: Let AI Build Your WordPress Forms, Clean Your Database, and Boost Your Fundraising first appeared on WPBeginner.



from WPBeginner https://ift.tt/EaPvheO
More links is https://mwktutor.com