Back to Apps

WordPress MCP Server
by emzimmer
Manage your WordPress sites directly via AI assistants with secure REST API integration.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI assistants to WordPress sites using the WordPress REST API. It allows the AI to perform content management, post operations, and site configuration using natural language across multiple sites simultaneously.
Tools
wp_discover_endpoints: Maps all available REST API endpoints on a specified WordPress site.wp_call_endpoint: Executes REST API requests (GET, POST, PUT, DELETE, PATCH) to WordPress sites.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wordpress": {
"command": "node",
"args": ["path/to/server/dist/index.js"],
"env": {
"WP_SITES_PATH": "/absolute/path/to/wp-sites.json"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install server-wp-mcpInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to mcpServers with WP_SITES_PATH env var pointing to your JSON config.





