Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wordpress": {
"command": "npx",
"args": [
"-y",
"@automattic/mcp-wordpress-remote@latest"
],
"env": {
"WP_API_URL": "${WP_API_URL}",
"OAUTH_ENABLED": "false",
"WP_API_PASSWORD": "${WP_API_PASSWORD}",
"WP_API_USERNAME": "${WP_API_USERNAME}"
}
}
}
}Replace placeholder values for: WP_API_PASSWORD, OAUTH_ENABLED
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
WP_API_URL=${WP_API_URL}OAUTH_ENABLED=falseWP_API_PASSWORD=${WP_API_PASSWORD}WP_API_USERNAME=${WP_API_USERNAME}Sensitive values you must provide — never committed to source control
npx claudepluginhub humanmade/accelerate-ai-toolkit --plugin accelerate-ai-toolkit