WordPress Server

The WordPress MCP server enables AI assistants to interact with WordPress sites through a standardized interface. It handles authentication and provides a secure way to discover and interact with WordPress REST API endpoints.

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install emzimmer/server-wp-mcp -c claude

This command will automatically install and configure the WordPress Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "WordPress Server": {
      "command": "node",
      "args": [
        "path/to/server/dist/index.js"
      ],
      "env": {
        "WP_SITES_PATH": "/absolute/path/to/wp-sites.json"
      }
    }
  }
}
Share:
Details:
  • Stars


    93
  • Forks


    20
  • Last commit


    5 months ago
  • Repository age


    6 months
  • License


    MIT
View Repository

Auto-fetched from GitHub .

MCP servers similar to WordPress Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


WordPress Server: MCP Server – MCP.Bar