MCP Catalogs
Homeautowpmcp screenshot

autowpmcp

by Njengah·21·Score 40

AutoWP MCP server connects Claude to WordPress sites for automated content creation and site management.

productivitydeveloper-toolsai-llm
6
Forks
3
Open issues
7 mo ago
Last commit
2d ago
Indexed

Overview

AutoWP MCP (Model Context Protocol) server provides a bridge between Claude Desktop and WordPress websites through the WordPress REST API. It offers comprehensive WordPress functionality including content management, media operations, taxonomy management, and user administration. The server handles secure authentication using WordPress application passwords and respects user role limitations. Features range from creating and publishing blog posts to advanced operations like bulk category assignment, media optimization, and plugin management.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automated blog post creation and publishing directly from Claude conversations
you:Bulk media management including uploading, organizing and optimizing images
you:WordPress site management through AI including user, taxonomy and content operations
you:What authentication methods does AutoWP MCP support?
you:Can I manage media with AutoWP MCP?

When to choose this

Choose AutoWP MCP if you frequently work with WordPress sites and want to streamline content creation and management directly from AI conversations without switching between interfaces.

When NOT to choose this

Don't choose this if you need to manage non-WordPress sites, require advanced plugin/theme management features, or need granular control over WordPress core updates and site health monitoring.

Tools this server exposes

12 tools extracted from the README
  • authenticate-wp

    Connect to your WordPress site

  • test-wp-connection

    Test if a WordPress site is reachable

  • create-blog-post

    Create new blog posts with categories/tags

  • get-wp-categories

    List all available categories

  • get-wp-tags

    List all available tags

  • format-wp-content

    Convert text to WordPress-ready HTML

  • save-draft

    Save posts locally for later

  • load-draft

    Load previously saved drafts

  • upload-media

    Upload files from local paths or URLs with metadata

  • list-media

    Browse media library with pagination and filters

  • search-media

    Find media by keyword, type, or date range

  • get-media-details

    Retrieve detailed media information

Comparable tools

wp-rest-api-mcpwordpress-mcpcms-automation-mcp

Installation

Installation

  1. Install & Build:
npm install
npm run build
npm start
  1. Configure Claude Desktop:

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "autowp": {
      "command": "node",
      "args": ["/path/to/your/autowp-mcp/build/index.js"]
    }
  }
}

FAQ

What authentication methods does AutoWP MCP support?
AutoWP MCP uses WordPress application passwords for secure authentication. It handles login sessions safely and allows you to test site connectivity before attempting operations.
Can I manage media with AutoWP MCP?
Yes, the server provides comprehensive media management tools including upload, listing, searching, deletion, bulk operations, metadata editing, featured image assignment, and image optimization via external APIs like TinyPNG.

Compare autowpmcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.