Title: Digitalindo MCP for Claude AI
Author: Digi Talindo
Published: <strong>August 19, 2026</strong>
Last modified: August 24, 2026

---

Search plugins

![](https://ps.w.org/digitalindo-mcp-claude/assets/banner-772x250.png?rev=3654067)

![](https://ps.w.org/digitalindo-mcp-claude/assets/icon-256x256.gif?rev=3654067)

# Digitalindo MCP for Claude AI

 By [Digi Talindo](https://profiles.wordpress.org/digitalindo/)

[Download](https://downloads.wordpress.org/plugin/digitalindo-mcp-claude.1.2.0.zip)

 * [Details](https://wordpress.org/plugins/digitalindo-mcp-claude/#description)
 * [Reviews](https://wordpress.org/plugins/digitalindo-mcp-claude/#reviews)
 *  [Installation](https://wordpress.org/plugins/digitalindo-mcp-claude/#installation)
 * [Development](https://wordpress.org/plugins/digitalindo-mcp-claude/#developers)

 [Support](https://wordpress.org/support/plugin/digitalindo-mcp-claude/)

## Description

**Digitalindo MCP for Claude AI** connects Claude AI to your WordPress website using
the **Model Context Protocol (MCP)**. Once installed, you can instruct Claude to
publish content, set SEO meta, and manage your site — without opening the dashboard.

Works with Claude.ai (web), Claude Code (CLI), and any MCP-compatible AI client.

### 🔌 What is MCP (Model Context Protocol)?

MCP is an open standard by Anthropic that allows AI models like Claude to connect
to external tools and services. Claude AI Connector exposes your WordPress site 
as an MCP server — so Claude can read and write content just like a human would.

### ⚡ Key Features

**Post Management**
 * Create new posts with title, content, excerpt, and status*
Update existing posts by ID * Get post details and list all posts * Set post status:
draft, publish, pending, private * Set custom post types

**SEO Automation (WordPress SEO AI)**
 * Set Yoast SEO meta title and meta description*
Set Yoast focus keyword and canonical URL * Set Rank Math SEO title, description,
and focus keyword * Auto-generate SEO-friendly slugs

**Content Organization**
 * Create and assign categories * Create and assign tags*
Manage custom taxonomies * Set featured images from URL or media library

**Media Management**
 * Upload images to the media library * List media files * 
Set featured images on posts * Search and import free stock photos from Pixabay 
and Unsplash (bring your own free API key) * 💎 Automatic WebP conversion on upload/
import (Pro plan)

**Slug & Permalink Control**
 * Set custom slugs on any post or page * Auto-suggest
SEO-friendly slugs based on title

**💎 WooCommerce Product Automation (Agency plan)**
 * Create and update WooCommerce
products — simple or variable — with Claude * Set product price, sale price, SKU,
weight, and dimensions * Full stock management: update stock quantity and stock 
status per product or variation * Create and assign WooCommerce product categories
and product tags * Manage product variations and attributes (e.g. Color, Size) for
variable products * Set custom fields / meta (ACF-compatible) on any product or 
post * Works alongside the existing Yoast SEO and Rank Math tools for full WooCommerce
SEO coverage * _Requires WooCommerce installed and an active Agency plan license—
see “Premium Plans” below_

### 💎 Premium Plans

The core plugin — post management, SEO automation, categories/tags, and media tools—
is **completely free** and fully functional with no purchase required.

Paid plans unlock higher usage limits and advanced automation, including WooCommerce
product management on the Agency plan:

 * **Free** — Create/manage posts, categories & tags
 * **Starter** — Unlimited posts, SEO tools, media & featured images, scheduled 
   posts
 * **Pro** — Everything in Starter + bulk post creation, custom fields (ACF), automatic
   WebP image conversion, priority support
 * **Agency** — Everything in Pro + full WooCommerce product automation, unlimited
   sites

Upgrade anytime from **Settings  Digitalindo MCP for Claude AI  Account**.

### 🚀 How to Connect Claude to WordPress

 1. Install and activate **Digitalindo MCP for Claude AI**
 2. Go to **Settings  Digitalindo MCP for Claude AI** and copy your Claude Connection
    URL
 3. Open Claude.ai  Settings  Connectors  Add Custom Connector
 4. Paste the MCP Endpoint URL and API Key
 5. Start giving Claude commands like: _“Create a new post titled ‘Best AI Tools 2025’
    with Yoast focus keyword ‘AI tools’”_

### 💬 Example Claude Commands

After connecting, you can tell Claude:

 * _“Create a WordPress post titled ‘Top 10 SEO Tips’ with the content […], set 
   the Yoast meta description to […], add it to the ‘SEO’ category, and publish 
   it.”_
 * _“Update post ID 42: change the slug to ‘top-10-seo-tips-2025’ and set the focus
   keyword to ‘SEO tips’.”_
 * _“List all draft posts and set their status to ‘pending review’.”_
 * _“Upload this image and set it as the featured image for post ID 12.”_
 * _“Search Pixabay for ‘mountain landscape’ and set the best result as the featured
   image for post ID 30.”_
 * _“Import this Unsplash photo and convert it to WebP.”_ (Pro plan)
 * _“Create a WooCommerce product called ‘Wireless Mouse’, price 199000, SKU WM-
   001, add it to the ‘Electronics’ category, and set stock to 50 units.”_ (Agency
   plan)
 * _“Update stock for product ID 87 to out of stock.”_ (Agency plan)

### 🔐 Authentication & Security

 * Uses a **securely generated API key** (auto-generated on activation)
 * Optional **WordPress Application Passwords** support
 * All API endpoints are protected — no public access without authentication
 * Your content stays on your server — no data is sent to third parties

### 🔒 External Services

By default, this plugin does **not** transmit your data to any external service.
All core communication happens directly between Claude AI and your WordPress REST
API endpoint. Your credentials and content stay on your server.

Two features connect to third-party services, and only run when you explicitly configure
and use them:

 * **Pixabay** — used only when you add a Pixabay API key on the settings page and
   call the `search_stock_photos` or `import_stock_photo` tools with source=pixabay.
   Your search keyword is sent to `pixabay.com/api/`. See Pixabay’s Terms of Service:
   https://pixabay.com/service/terms/
 * **Unsplash** — used only when you add an Unsplash Access Key on the settings 
   page and call the same tools with source=unsplash. Your search keyword is sent
   to `api.unsplash.com`, and (per Unsplash’s API guidelines) a download-tracking
   request is sent when you import a photo. See Unsplash’s API Guidelines and Terms:
   https://unsplash.com/api-terms

Neither service receives your post content, credentials, or any data beyond the 
search keyword you provide.

For information about how Claude AI handles data, see Anthropic’s privacy policy
at https://www.anthropic.com/privacy

### 🔧 Compatible SEO Plugins

 * **Yoast SEO** (free and premium)
 * **Rank Math SEO** (free and premium)
 * Fallback to standard WordPress meta fields if no SEO plugin is active

### 📋 Requirements

 * WordPress 5.6 or higher (Application Passwords required)
 * PHP 7.4 or higher
 * WordPress REST API must be enabled (default)
 * Claude.ai Pro/Team account, or Claude Code CLI
 * WooCommerce (optional — only required for the premium WooCommerce product automation
   tools)

### 🌐 About the Author

Digitalindo MCP for Claude AI is developed and maintained by **Abd Hannan** at [digi talindo](https://dgtalindo.id)—
a digital agency specializing in AI-powered web solutions.

### 🔍 Target Use Cases

 * WordPress AI integration for content teams
 * Automated WordPress publishing via Claude AI
 * SEO meta management through natural language commands
 * MCP server for WordPress developers
 * Content workflow automation for agencies
 * WooCommerce product automation — bulk product creation, stock updates, and catalog
   management via AI
 * E-commerce content and SEO automation for online stores

## Installation

#### Automatic Installation

 1. Log in to your WordPress admin panel
 2. Go to **Plugins  Add New**
 3. Search for **“Digitalindo MCP”**
 4. Click **Install Now**, then **Activate**

#### Manual Installation

 1. Download the plugin ZIP file
 2. Go to **Plugins  Add New  Upload Plugin**
 3. Upload the ZIP and click **Install Now**
 4. Activate the plugin

#### After Activation

 1. Navigate to **Settings  Digitalindo MCP for Claude AI**
 2. Copy the **Claude Connection URL**
 3. Add it to Claude.ai or Claude Code as a custom connector
 4. Start managing your WordPress content with AI!

## FAQ

### Does this plugin work with Claude.ai web?

Yes! Go to Claude.ai  Settings  Connectors  Add Custom, then paste your MCP Endpoint
URL and API Key. Works on Pro and Team plans.

### Does this work with Claude Code (CLI)?

Yes. Add the MCP server config to your `~/.claude/claude_desktop_config.json` file.
Detailed instructions are on the plugin settings page.

### Is my WordPress data sent to Anthropic or any third party?

No, not by default. Your data stays on your server, and the plugin only exposes 
a local API endpoint — Claude AI connects directly to your WordPress site, no middleman.
The one exception: if you configure a Pixabay or Unsplash API key and use the stock
photo tools, your search keyword is sent to that provider. See “External Services”
above.

### Does it support custom post types?

Yes! You can specify any registered post type when creating or updating posts via
Claude.

### What SEO plugins are supported?

Yoast SEO and Rank Math are fully supported. If neither is active, the plugin falls
back to standard WordPress post meta fields.

### Can I restrict what Claude can do?

Yes. On the settings page, you can enable or disable individual tools (e.g., disable
post deletion, restrict to draft-only).

### Is it compatible with WordPress Multisite?

Each site in a multisite network needs its own API key. The plugin is compatible
with multisite but manages keys per-site.

### Do I need to know coding to use this?

No. Installation is the same as any WordPress plugin. The settings page gives you
everything you need to connect Claude.

### Does this plugin support WooCommerce?

Yes. WooCommerce product management (create/update products, categories, tags, stock,
price, variations, and custom fields) is available on the **Agency plan**. The free
version does not include WooCommerce tools, but every other feature listed above
is completely free.

### Is the free version fully functional, or is it a limited trial?

The free plan is fully functional for post, SEO, category, tag, and media management—
no time limit, no feature crippling. Paid plans (Starter, Pro, Agency) add higher
usage limits and advanced automation such as bulk posting, custom fields, WebP conversion,
and WooCommerce tools.

### Do I need a Pixabay or Unsplash account to use stock photos?

Yes, but both offer a free API key. Get one from pixabay.com/api/docs/ or unsplash.
com/developers, then paste it into Settings  Digitalindo MCP for Claude AI  Stock
Photos. This works on every plan, including Free.

### Does WebP conversion work on any image?

It converts JPEG, PNG, and GIF images uploaded or imported through the plugin’s 
tools. It requires the Pro plan (or higher) and a server whose image library (GD
or ImageMagick) supports WebP output — most modern hosts do.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Digitalindo MCP for Claude AI” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Digi Talindo ](https://profiles.wordpress.org/digitalindo/)
 *   [ Abd Hannan ](https://profiles.wordpress.org/abd-hannan/)

[Translate “Digitalindo MCP for Claude AI” into your language.](https://translate.wordpress.org/projects/wp-plugins/digitalindo-mcp-claude)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/digitalindo-mcp-claude/),
check out the [SVN repository](https://plugins.svn.wordpress.org/digitalindo-mcp-claude/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/digitalindo-mcp-claude/)
by [RSS](https://plugins.trac.wordpress.org/log/digitalindo-mcp-claude/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.0

 * Added: search_stock_photos and import_stock_photo tools — search and import free
   stock photos from Pixabay and Unsplash (free, requires your own API key on the
   settings page)
 * Added: automatic WebP conversion (Pro plan) — new convert_webp parameter on upload_media,
   set_featured_image, and import_stock_photo
 * Added: Stock Photos settings section for Pixabay/Unsplash API keys
 * Added: External Services disclosure for Pixabay and Unsplash API calls

#### 1.1.0

 * Added: WooCommerce product automation tools (Agency plan) — wc_create_product,
   wc_update_product, wc_get_product, wc_list_products, wc_delete_product
 * Added: WooCommerce category/tag tools — wc_create_product_category, wc_list_product_categories,
   wc_create_product_tag, wc_list_product_tags
 * Added: WooCommerce stock and variation tools — wc_update_stock, wc_create_product_variation,
   wc_list_product_variations, wc_update_product_variation
 * Added: wc_set_custom_field for setting post meta / ACF fields on any product 
   or post
 * Added: Freemius licensing integration for premium plan management (Free, Starter,
   Pro, Agency)
 * Existing SEO tools (set_yoast_seo, set_rankmath_seo) now documented as working
   on WooCommerce products out of the box

#### 1.0.0

 * Initial release
 * MCP server with JSON-RPC 2.0 over HTTP
 * Tools: create_post, update_post, get_post, list_posts, delete_post
 * Tools: set_yoast_seo, set_rankmath_seo
 * Tools: create_category, list_categories, create_tag, list_tags
 * Tools: upload_media, list_media, set_featured_image
 * Admin settings page with API key management
 * Application Passwords support
 * Compatible with Yoast SEO and Rank Math

## Meta

 *  Version **1.2.0**
 *  Last updated **6 days ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 5.6 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [AI](https://wordpress.org/plugins/tags/ai/)[Claude](https://wordpress.org/plugins/tags/claude/)
   [mcp](https://wordpress.org/plugins/tags/mcp/)[seo](https://wordpress.org/plugins/tags/seo/)
   [woocommerce](https://wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://wordpress.org/plugins/digitalindo-mcp-claude/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/digitalindo-mcp-claude/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/digitalindo-mcp-claude/reviews/)

## Contributors

 *   [ Digi Talindo ](https://profiles.wordpress.org/digitalindo/)
 *   [ Abd Hannan ](https://profiles.wordpress.org/abd-hannan/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/digitalindo-mcp-claude/)