The WordPress MCP server enables AI assistants to interact with WordPress sites through a standardized interface. It handles authentication and
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. The server wp mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
A Model Context Protocol (MCP) server that enables AI assistants to interact with WordPress sites through the WordPress REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
The server ships on npm as @smithery/cli, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
wp_discover_endpoints — The wp_discover_endpoints tool exposed by this serverwp_call_endpoint — The wp_call_endpoint tool exposed by this serverYou will need 3 environment variables: USER, PASS, WP_SITES_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Server Wp MCP's toolset — wp_discover_endpoints, wp_call_endpoint — is a fair guide to whether it matches your workflow. It is maintained by emzimmer; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Server Wp MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| wp_discover_endpoints | The wp_discover_endpoints tool exposed by this server. |
| wp_call_endpoint | The wp_call_endpoint tool exposed by this server. |
{
"mcpServers": {
"wordpress": {
"command": "node",
"args": ["path/to/server/dist/index.js"],
"env": {
"WP_SITES_PATH": "/absolute/path/to/wp-sites.json"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| USER | Configuration value read at startup. | Optional |
| PASS | Configuration value read at startup. | Optional |
| WP_SITES_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.