Skip to main content
Glama

WordPress MCP

npm version npm downloads

A Model Context Protocol server for WordPress content management. It has ability to create, update, search and get posts. It also has ability to get WordPress block types schema to generate post content using blocks.

📺 Demo

This posts are entirely generated by Claude

Demo 1

https://github.com/user-attachments/assets/646a4497-81e6-4bdf-afe1-ce5ef2df587d

Demo 2

https://github.com/user-attachments/assets/6ec184c3-ba41-4699-a13a-0402e1a16ce4

Related MCP server: WordPress MCP

📦 Installation

Add following configuration to your claude_desktop_config.json file to use this MCP server:

{
  "mcpServers": {
    "wordpress": {
      "command": "npx",
      "args": ["-y", "wordpress-mcp"],
      "env": {
        "WORDPRESS_HOST_URL": "http://localhost:<PORT>",
        "WORDPRESS_API_USERNAME": "<WORDPRESS_USERNAME>",
        "WORDPRESS_API_PASSWORD": "<WORDPRESS_APPLICATION_PASSWORD>",
        "WORDPRESS_POST_AUTHOR_ID": "<WORDPRESS_POST_AUTHOR_ID>"
      }
    }
  }
}

Check Testing your server with Claude for Desktop section in MCP Server Example Documentation for more details.

📝 Available Tools

  • createPost: Create a new WordPress post

  • updatePost: Update an existing post

  • searchPosts: Search for posts by title or keyword

  • getPost: Get a specific post

  • blockTypesSchema: Get WordPress block types schema


🎉 Happy vibe blogging 🎉

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    -
    maintenance
    Enables AI models to interact with WordPress sites through standardized MCP interfaces, supporting content management, post operations, and site configuration with secure JWT authentication and dual transport protocols.
    37
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol server that turns WordPress sites into AI-operable surfaces by exposing CRUD primitives for posts, users, comments, and settings. It supports both local STDIO and remote HTTP transports, allowing AI assistants to manage content and site configuration directly.
    68
    9
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Utsav-Ladani/WordPress-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server