VOOZH about

URL: https://apify.com/extremescrapes/wordpress-mcp-server

⇱ WordPress MCP Server Β· Apify


Pricing

from $50.00 / 1,000 results

Go to Apify Store

WordPress MCP Server

A lightweight MCP server for WordPress automation. Enables REST API access for LLMs and agents to publish, update, and manage content programmatically using Application Passwords.

Pricing

from $50.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Extreme Scrapes

Extreme Scrapes

Maintained by Community

Actor stats

0

Bookmarked

24

Total users

5

Monthly active users

3 months ago

Last modified

Share

A Model Context Protocol (MCP) server that provides direct access to the WordPress REST API β€” allowing LLMs, agents, and automation tools to perform structured actions such as publishing posts, fetching content, managing media, or retrieving site data.

This server runs on Apify as a standby actor, meaning it only activates when invoked via an MCP client. It authenticates securely using WordPress Application Passwords and an Apify token passed in the URL query string.

For more details about MCP and how to connect servers, visit mcp.apify.com.


🌐 Connection URL

Connect to this MCP server at:

https://extremescrapes--wordpress-mcp-server.apify.actor/mcp?token=apify_api_yourtokenhere

⚠️ Important: Replace apify_api_yourtokenhere with your personal Apify API token, which you can find under Apify Console β†’ Integrations.

The token must be appended as a query parameter (?token=...) β€” header-based authorization is not used.


βš™οΈ Client Configuration

To connect using an MCP-compatible client (like MCP Inspector or LM Studio), use:

{
"servers":{
"wordpress":{
"url":"https://extremescrapes--wordpress-mcp-server.apify.actor/mcp?token=apify_api_yourtokenhere",
"headers":{
"x-wp-url":"https://yourwordpresssite.com",
"x-wp-username":"your_wp_username",
"x-wp-password":"your_wp_app_password"
}
}
}
}

Note:

  • No Authorization header is required.

  • The token must be included in the URL query string.

  • WordPress credentials are passed as headers:

    • x-wp-url: Your WordPress base URL (e.g., https://example.com)
    • x-wp-username: Your WordPress username
    • x-wp-password: Your WordPress Application Password

All credentials are used in-memory only β€” they are never stored or logged.


πŸ”’ Authentication

This server uses two authentication layers:

  1. Apify Token (via URL)

    • Required to activate the standby actor.

    • Example:

      https://extremescrapes--wordpress-mcp-server.apify.actor/mcp?token=apify_api_wLcRks0Rh6E5jCusmirDrhX7sYwvYM2ICXPM
    • You can generate or view your token in your Apify account settings.

  2. WordPress Application Passwords

    • Used to securely authenticate with your WordPress REST API.
    • Generate under: Dashboard β†’ Users β†’ Profile β†’ Application Passwords

🧠 Available Tools

The WordPress MCP Server exposes a structured set of tools (actions) that correspond to standard WordPress REST API endpoints.


🧩 Example Usage

Once connected to this MCP server, your LLM or MCP-compatible client (like ChatGPT, Claude, or MCP Inspector) can directly call WordPress actions through structured tool invocations.

For example, in a chat with an LLM that has this server configured, you can simply say:

User: Create a new post on my WordPress site titled β€œHello from MCP” with the content β€œThis post was published automatically via the WordPress MCP Server.”

The LLM will automatically invoke the wp_create_post tool behind the scenes, using your configured credentials and Apify token.


🧭 Links


⚑ Key Features

  • πŸ”— Seamless connection to the WordPress REST API
  • 🧱 100% MCP-compatible for LLM and agent integrations
  • πŸ” Dual authentication (Apify token + WordPress Application Password)
  • πŸ’€ Hosted as a standby actor β€” runs only when invoked
  • 🌍 Works with any WordPress installation that supports Application Passwords
  • βš™οΈ Lightweight and stateless β€” no data persistence

πŸ’‘ Use Cases

  • ✍️ AI-Powered Blogging: Automatically generate and publish blog posts from GPT or other LLMs.

  • πŸ“° Automated News Aggregation: Fetch and publish daily news summaries to your WordPress site.

  • πŸ–ΌοΈ Media Library Automation: Auto-upload featured images or assets from URLs or AI-generated sources.

  • 🧾 Bulk Post Management: Use structured MCP workflows to edit, republish, or delete posts at scale.

  • πŸ€– Agent-Based Publishing: Allow AI agents to directly manage WordPress sites via the REST API.

  • πŸ“… Automated Scheduling: Queue posts based on time, topic, or content category.

  • 🧠 Knowledge Base Creation: Let LLMs populate a WordPress wiki or documentation site programmatically.

  • πŸ“ˆ Cross-Platform Content Sync: Mirror or syndicate content from Notion, Substack, or Medium into WordPress.

  • πŸ’¬ Comment Moderation & Insights: Fetch, analyze, and summarize comments using LLMs for moderation or analytics.

  • πŸ” AI Search Indexing: Query and structure WordPress posts for semantic search or recommendation systems.


This WordPress MCP Server bridges your WordPress site with the modern MCP ecosystem β€” making it effortless for AI systems, autonomous agents, or other services to manage and create content dynamically.


You might also like

WordPress Integration

new-world-scripts/wordpress-integration

Manage WordPress content from Apify. Pull WordPress posts and pages, upload draft or published posts from JSON input, and delete WordPress posts by ID using the WordPress REST API.

πŸ‘ User avatar

New World Scripts

1

5.0

WordPress Articles Scraper

extremescrapes/wordpress-articles-scraper

The WordPress Articles Scraper is an Apify actor that extracts posts and metadata from any WordPress website using the WordPress REST API. It automatically handles pagination and fetches additional information like author details, categories, tags, and featured images.

πŸ‘ User avatar

Extreme Scrapes

136

✨ WordPress Content Extractor

ramman/wordpress-content-extractor

πŸ”Easily scrape and export posts, pages, metadata, images, and comments from any WordPress site. ✨ WordPress content to JSON, CSV, or TXT β€” instantly.

WordPress Scraper

jupri/wordpress

πŸ’« Scrape WordPress and Woocommerce websites

WordPress Integration - Auto Publisher

alizarin_refrigerator-owner/wordpress-integration

Automatically publish content to WordPress sites. Schedule posts, manage categories, upload media & sync with your content calendar. REST API & XML-RPC support.

Excel Mcp Server

lovely_radiologist/excel-mcp-server

WordPress Posts Scraper - Extract Articles & Metadata

devnaz/wordpress-posts-scraper

Extract posts, articles, and metadata from any WordPress site using REST API. 20+ filters: date ranges, categories, tags, 0authors, search keywords. Get title, content, author bio, featured images & more. No WordPress account needed. Fast, reliable data extraction for content aggregation & research.

Mcp Server Generator

fiery_dream/mcp-server-generator

πŸ‘ User avatar

Cody Churchwell

1

Related articles

Best MCP servers for developers
Read more