Catalog
io.github.mumega848/mcpwp
OfficialMCP for WordPress — connect Claude, Cursor, or Windsurf to any WordPress site.
Connect Claude, Cursor, or Windsurf to WordPress sites for content management.
README not available yet.
Install
Configuration
Environment variables
WP_URLrequiredWordPress site URL (e.g. https://example.com)
WP_API_KEYrequiredsecretMCPWP API key — generate in WP Admin → MCPWP → Setup
claude_desktop_config.json
{
"mcpServers": {
"mcpwp": {
"command": "npx",
"args": [
"-y",
"@mcpwp.net/mcpwp@3.0.1"
],
"env": {
"WP_URL": "<YOUR_WP_URL>",
"WP_API_KEY": "<YOUR_WP_API_KEY>"
}
}
}
}