MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.
MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.
Is it safe?
No known CVEs for @rnaga/wp-mcp.
No authentication — any process on your machine can connect to this server.
License not specified.
Last scanned 0 days ago.
Is it maintained?
Last commit 12 days ago. 8 GitHub stars. 19 weekly downloads.
Will it work with my client?
Transport: stdio, sse, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
How much context will it use?
10 tools. Estimated ~400 tokens of your context window (0.2% of 200K).
What if it doesn't work?
Common issues: JSON syntax errors in config, wrong Node.js version, npx cache, network or firewall blocking. covers troubleshooting.
{
"mcpServers": {
"wp-mcp": {
"env": {
"REMOTE_URL": "https://wp-mcp.example.com/mcp",
"REMOTE_AUTH_TYPE": "oauth"
},
"args": [
"-y",
"@rnaga/wp-mcp",
"--",
"remote",
"proxy"
],
"command": "npx"
}
}
}Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y @rnaga/wp-mcp 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
create_postCreate a new post in WordPress
update_postUpdate an existing post in WordPress
read_postRead a post from WordPress
delete_postDelete a post from WordPress
manage_commentsModerate discussion threads or inject generated replies
manage_usersOnboard contributors, adjust roles, or disable accounts with native capability checks
manage_termsManage categories, tags, and custom taxonomies
manage_metadataInspect, create, update, or delete post, user, comment, term, and site meta fields
manage_settingsToggle site-level configuration safely
manage_revisionsManage post revisions
PostsCreate, update, read, or delete posts and their revisions
wordpress://posts
CommentsModerate discussion threads or inject generated replies
wordpress://comments
UsersOnboard contributors, adjust roles, or disable accounts with native capability checks
wordpress://users
TermsManage categories, tags, and custom taxonomies
wordpress://terms
MetadataInspect, create, update, or delete post, user, comment, term, and site meta fields
wordpress://metadata
Settings & OptionsToggle site-level configuration safely
wordpress://settings
Last scanned just now
No known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.