cms
WordPress MCP
42
Community
Manage WordPress sites, create and edit posts, pages, and media. Handle themes, plugins, and site settings from your AI editor.
40029/wk5.2K tokens(3%)5mo ago
Network
wordpresscmsblogcontentphp
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"wordpress-mcp": {
"command": "npx",
"args": [
"-y",
"wordpress-mcp"
],
"env": {
"WORDPRESS_URL": "YOUR_WORDPRESS_URL",
"WORDPRESS_USERNAME": "YOUR_WORDPRESS_USERNAME",
"WORDPRESS_APP_PASSWORD": "YOUR_WORDPRESS_APP_PASSWORD"
}
}
}
}