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"
}
}
}
}
Details:
Stars
93Forks
20Last commit
5 months agoRepository age
6 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to WordPress Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit