A specialized connector service that facilitates communication between intelligent systems and content management platforms using standardized
A specialized connector service that facilitates communication between intelligent systems and content management platforms using standardized protocols. Features secure credential management and streamlined endpoint discovery for REST API. Exposed over MCP by the wp standalone mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A powerful Model Context Protocol (MCP) server that provides seamless integration between AI assistants and WordPress sites through the WordPress REST API. This server automatically discovers and creates individual tools for each WordPress REST API endpoint, enabling natural language WordPress management.
Everything the assistant can do here goes through one of these:
myblog_get_v2_posts — List all postsmyblog_get_v2_posts_id — Get a specific post by IDmyblog_post_v2_posts — Create a new postmyblog_put_v2_posts_id — Update a specific postmyblog_delete_v2_posts_id — Delete a specific postPattern — [site][method][resource] or [site][method][resource]_idExamples — - myblog_get_v2_posts - List all postsmyblog_get_v2_media — List media filesmyblog_get_v2_users — List usersInstallation — The Installation tool exposed by this serverwp_discover_endpoints — Re-discovers all available REST API endpoints on a WordPress siteInstallation goes through your MCP client rather than a global install: point it at npx on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
You 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. Wp Standalone MCP's toolset — myblog_get_v2_posts, myblog_get_v2_posts_id, myblog_post_v2_posts and 8 more — is a fair guide to whether it matches your workflow. It is maintained by diazoxide; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Wp Standalone MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| myblog_get_v2_posts | List all posts |
| myblog_get_v2_posts_id | Get a specific post by ID |
| myblog_post_v2_posts | Create a new post |
| myblog_put_v2_posts_id | Update a specific post |
| myblog_delete_v2_posts_id | Delete a specific post |
| Pattern | [site]_[method]_[resource] or [site]_[method]_[resource]_id |
| Examples | - myblog_get_v2_posts - List all posts |
| myblog_get_v2_media | List media files |
| myblog_get_v2_users | List users |
| Installation | The Installation tool exposed by this server. |
| wp_discover_endpoints | Re-discovers all available REST API endpoints on a WordPress site. |
{
"mcpServers": {
"wp-standalone": {
"command": "npx",
"args": ["-y", "npx"],
"env": {
"USER": "your-value",
"PASS": "your-value",
"WP_SITES_PATH": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| 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.