WordPress
CommunitybyCommunity
Content management via WordPress REST API with OAuth 2.1.
API Key Required
Configuration
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-wordpress"
],
"env": {
"WORDPRESS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.