How to Use Claude Connector in WordPress: Complete Setup Guide
Managing a WordPress site takes time. Writing posts, replying to comments, updating media details and checking site traffic are tasks most site owners repeat every week. The Claude Connector in WordPress is built to reduce that daily load by letting you talk to your website in plain language instead of clicking through menus.
In this guide, you will learn what the Claude Connector in WordPress actually does, how to turn it on, how to connect it to your account, and how to use it for real tasks like writing drafts, organizing comments and cleaning up old posts. We will also cover the self hosted route for anyone not using WordPress.com, along with safety notes and troubleshooting steps.
By the end of this article, you will know exactly how to set up the Claude Connector in WordPress and start using it on your own site today.
What Is the Claude Connector in WordPress
The Claude Connector in WordPress is an official integration built by WordPress.com in partnership with Anthropic, the company behind Claude. It uses a standard called Model Context Protocol, or MCP for short. MCP works like a bridge between an AI assistant and an external tool, in this case your WordPress account.
Once the connector is active, Claude can read information from your site and, depending on the permissions you allow, make changes to it. You do not need to know any code. You simply type a request in normal English or Hindi and Claude carries out the task using the tools it has access to.
This is different from installing a plugin that adds an AI chat box inside your dashboard. With the Claude Connector in WordPress, the conversation happens inside Claude itself, either in the Claude Desktop app or on claude.ai in your browser. Claude then reaches into your WordPress account through MCP to complete the request.
What You Need Before You Start
Before setting up the Claude Connector in WordPress, make sure you have the following ready.
A WordPress.com account. The official connector currently works with sites hosted on WordPress.com. If you run a self hosted WordPress site on your own server, there is a separate method covered later in this article.
A Claude account. You can use a free or paid Claude account at claude.ai. Both the browser version and the Claude Desktop app support connectors.
Admin access to your WordPress.com site. You need permission to change account settings, since enabling MCP access happens at the account level.
A few minutes of quiet time. The setup itself takes about five minutes, but it helps to test a few prompts right after connecting so you understand what the tool can and cannot do yet.
Once these three things are in place, you are ready to move on to enabling MCP access.
How to Enable MCP Access on Your WordPress.com Account
MCP access is turned off by default for privacy reasons. You need to switch it on before Claude can see or edit anything on your site. Here is how to do it.
Step 1: Log in to your WordPress.com account Go to wordpress.com and sign in with your usual email and password.
Step 2: Open your account settings Visit wordpress.com/me/mcp directly, or navigate to your account settings and look for the section named Model Context Protocol or AI agent access.
Step 3: Turn on MCP access Toggle the setting to enabled. You may be asked to choose which sites this applies to if you manage more than one site under the same account.
Step 4: Review the available tools WordPress.com groups its MCP tools by category, such as content, comments, media and analytics. Read through these so you understand what abilities you are about to grant Claude.
Step 5: Save your changes Confirm the setting and close the page. Your account is now ready to accept a connection from Claude.
This step only needs to be done once. After MCP access is enabled, you can connect and disconnect Claude from the connector settings inside Claude itself without repeating this process.
How to Connect Claude to Your WordPress Account
With MCP access enabled, the next step is linking Claude to that account. This part happens entirely inside Claude, not inside WordPress.
Step 1: Open the Claude Connectors directory If you are using a browser, go to claude.ai/customize/connectors and log in. If you are using Claude Desktop, click Admin in the bottom left corner, then go to Settings, then Connectors, then Browse connectors.
Step 2: Search for the WordPress.com connector Type WordPress.com into the search field. Select the official listing. Make sure it shows WordPress.com as the publisher so you know you are using the verified integration and not a third party clone.
Step 3: Click Connect A permission screen will appear. This screen explains what Claude is asking to access, such as posts, pages, comments and media.
Step 4: Grant access Approve the permission request. This uses a secure login method called OAuth, the same type of secure handshake used when you log into an app using your Google or Facebook account. Your WordPress password is never shared with Claude directly.
Step 5: Confirm the connection Once approved, you will be returned to Claude and should see the WordPress.com connector marked as active. You can check this anytime from the tools icon in the message bar.
That is the entire process. From this point forward, any conversation you have with Claude can include requests about your WordPress site, as long as the connector remains active.
How to Use Claude Connector in WordPress for Everyday Tasks
Now that the connection is live, here is how site owners are actually using the Claude Connector in WordPress in daily work.
Viewing Site Information
Claude can pull details about your site without you opening the dashboard at all. Try prompts like these.
Which of my posts got the most views this month Show me my five most recent draft posts Suggest ten blog topics based on what I have already published Summarize the comments I received this week
This is useful for a quick morning check before you sit down to write, especially if you manage more than one site.
Creating and Editing Content
This is where most people get the biggest time saving. Claude can draft, edit and organize content directly.
Write a draft post about summer skincare tips in my usual tone Create a new page called Contact Us with a short introduction Change the title of my latest post to something more attention grabbing Add a category called Travel Guides to my site Write a short excerpt for my newest draft Publish the draft titled Five WordPress Plugins Worth Trying
Because Claude can read your existing posts through the connector, it can match your writing style far more closely than a generic AI tool that has never seen your content before.
Managing Comments
Moderating comments is one of the more repetitive parts of running a blog. The Claude Connector in WordPress can handle this too.
Approve all pending comments on my site Reply to the latest comment on my post about home workouts Mark the comment from that spam account as spam Delete the most recent comment on my homepage
Updating Media
Alt text and captions often get skipped because they feel like a small, boring task. Claude can fill these in for you based on the image itself.
Write alt text for the image I uploaded this morning Update the caption on the photo titled team photo two List any images on my site that are missing alt text
Cleaning Up Old Content
Over time, every site collects drafts that never got published and posts that should be updated or removed. Claude can help tidy this up in one pass.
Move my post about last year’s sale back to draft Find and list any drafts older than one year Trash the drafts that have been sitting unpublished for over twelve months
A note on safety here. Any action that changes or deletes something, including publishing a post or trashing a comment, requires your confirmation first. Claude will not silently make changes. Deleted posts and pages can also be restored from trash within thirty days, though deleted media, categories and tags cannot be recovered, so confirm carefully before approving a delete request.
Using the Claude Connector With Self Hosted WordPress Sites
If your site is not on WordPress.com, meaning you host it yourself through a provider like Hostinger, SiteGround or a VPS, the official connector described above will not apply directly. Self hosted sites need a plugin that exposes your site through MCP instead.
Here are the main options.
The official WordPress MCP Adapter
WordPress is building native MCP support into the core software through something called the Abilities API, arriving with WordPress version 6.9. Until it is fully built into every install, you can add the official MCP Adapter plugin to your self hosted site. This plugin runs on your own server, meaning you control authentication and updates, and it gives Claude access to your REST API endpoints including posts, pages, custom post types, taxonomies, media and users.
To use it, install the plugin from your WordPress dashboard, generate the connection details it provides, then add that connection inside Claude Desktop under Settings, Developer, then edit your MCP configuration file. Restart Claude and start a new conversation to see the connection appear.
Managed MCP services
Several hosting focused services now offer a managed MCP server for WordPress. These are useful if you do not want to manage a config file yourself. You typically enable MCP inside your hosting dashboard, copy a generated connection link, then paste that link into Claude. This route tends to be the fastest for non technical users running a self hosted site.
Whichever method you choose, always test on a staging site or a sandbox copy of your site first. Self hosted MCP tools generally offer full write access, so it is worth confirming a request behaves the way you expect before pointing Claude at a live client site.
Best Prompts to Try With Claude Connector in WordPress
If you are unsure where to start, here is a short list worth testing during your first session.
Show me a summary of my site’s performance this week Draft a blog post outline about the topic I am about to describe Rewrite the meta description on my last three posts to be more click worthy Find any broken internal links across my published posts List categories that currently have no posts assigned Suggest better titles for my lowest performing posts from the past month
Starting with read only requests, meaning anything that only views information rather than changing it, is a good way to build trust with the tool before you start approving write actions like publishing or deleting.
Is the Claude Connector Safe to Use
Security is a fair concern when connecting any third party tool to your website. Here is what to know about the Claude Connector in WordPress specifically.
The connection uses OAuth, an industry standard method also used by countless other app integrations. Your WordPress password is never shared with Claude.
Permissions are scoped. You choose which tools are enabled inside your WordPress.com account settings, so you can limit Claude to reading information only if you are not comfortable granting write access yet.
Every write action needs your approval. Claude will describe what it is about to do and wait for you to confirm before publishing, editing or deleting anything.
Content passes through your conversation for context but is not stored permanently or used to train the underlying model.
You can disconnect at any time. Removing the connector from your Claude settings immediately cuts off access, and you can also revoke it from your WordPress.com account settings.
As with any AI tool connected to a live website, it is still good practice to review drafts before publishing and to keep regular backups of your site.
Troubleshooting Claude Connector Connection Issues
If Claude stops responding to requests about your site, try the following steps in order.
First, click the tools icon in the Claude message bar, either in the browser or the desktop app, and look for the WordPress.com connector. If it shows a disconnected state, click Retry Connection.
Second, check that MCP access is still enabled inside your WordPress.com account settings at wordpress.com/me/mcp. Account level settings can occasionally get reset after a password change or a security review.
Third, confirm you are logged into the correct WordPress.com account, especially if you manage more than one site or more than one login.
Fourth, if the connector keeps failing, disconnect it fully from Claude, refresh the page, then reconnect from scratch following the steps earlier in this guide.
If none of these steps resolve the issue, WordPress.com support can be reached directly through their contact page, and they can confirm whether the problem is on their end.
Claude Connector Compared to Other WordPress AI Plugins
There are many AI writing plugins available for WordPress already, so it is worth understanding how this is different.
Most AI plugins live inside your WordPress dashboard and generate content when you ask, but they cannot see the rest of your site, your traffic numbers, your comment history or your existing posts unless you manually paste that information in.
The Claude Connector in WordPress works the other way around. The conversation happens inside Claude, and Claude reaches into your site for real information before responding. This means requests like summarizing this week’s comments or finding your best performing post are possible without you gathering that data yourself first.
The tradeoff is that the official WordPress.com connector is currently more limited in scope than a dedicated plugin might be for very specific formatting needs, and self hosted users need an extra plugin step to get the same functionality. For most bloggers and small business site owners though, the time saved on research and repetitive tasks makes it worth setting up.
Final Thoughts
The Claude Connector in WordPress turns routine site management into a short conversation. Instead of logging in, clicking through several menus and manually checking numbers, you can simply ask and get an answer, or ask and get a draft ready for review.
If you manage a WordPress.com site, the setup takes about five minutes using the steps in this guide. If you run a self hosted site, the MCP Adapter plugin or a managed MCP service gets you a similar result with a slightly longer setup.
Start with a few read only prompts to get comfortable, then move on to letting Claude draft posts, organize comments and clean up old content once you are confident in how it works. Small time savings on repeated tasks add up quickly over a month of regular site management.
Subscribe for Newsletter

