WordPress MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 42 installs a week from npm. Last commit 23 Jul 2026.
MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
execSync(`npm i -S ${dependencies.join(" ")}`, { stdio: "inherit" });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add wp-mcp -- npx -y @rnaga/wp-mcp
{
"mcpServers": {
"wp-mcp": {
"args": [
"-y",
"@rnaga/wp-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.wp-mcp]
command = "npx"
args = ["-y", "@rnaga/wp-mcp"]
{
"mcpServers": {
"wp-mcp": {
"args": [
"-y",
"@rnaga/wp-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"wp-mcp": {
"args": [
"-y",
"@rnaga/wp-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
LOCAL_USERNAME (WordPress username to assume for capability checks), WP_DB_HOST (WordPress database host), WP_DB_PORT (WordPress database port), WP_DB_NAME (WordPress database name), WP_DB_USER (WordPress database user), WP_DB_PASSWORD (WordPress database password), LOCAL_MULTISITE (Enable WordPress multisite mode), LOCAL_DEFAULT_BLOG_ID (Default blog ID for multisite), LOCAL_DEFAULT_SITE_ID (Default site ID for multisite), LOCAL_SSL_ENABLED (Enable SSL for database connection), LOCAL_SSL_CA_FILEPATH (Path to SSL CA certificate file), LOCAL_SSL_CERT_FILEPATH (Path to SSL certificate file), LOCAL_SSL_KEY_FILEPATH (Path to SSL key file).
The author declared them in the registry entry; get the values from the project itself.
Read and manage courses, members, orders, events, posts, and settings for Loopwise-powered sites.
Secure MCP server for WordPress content management
MCP server for Microsoft SharePoint — manage folders, documents, and metadata.
Read-only MCP server for WordPress + WooCommerce products, orders, sales, and posts.
Publish and manage WordPress pages, posts, media
MCP server for SocialAPI — manage social media comments, DMs, reviews, and mentions across platforms
MCP server for Plesk: manage domains, DNS, mail, SSL, backups, databases and WordPress via AI.
A command line tool for setting up PayPal MCP server
Answers built from our own checks of this server.