W
WordPress
Official
📋 Productivity
Automattic's official WordPress MCP — read and manage posts, pages, media and comments on your WordPress or WordPress.com site.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@automattic/mcp-wordpress-remote"
],
"env": {
"WP_API_URL": "https://yourblog.com",
"WP_API_USERNAME": "your-wp-api-username-here",
"WP_API_PASSWORD": "your-wp-api-password-here"
}
}
}
}