You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The mcp-wordpress-remote package acts as a bridge between local Model Context Protocol (MCP) clients and remote WordPress MCP servers. By leveraging npx, you can execute this package without a global installation, simplifying the setup process.
Requirements
Node.js version 22 or higher
WordPress MCP plugin
You have to install the wordpress-mcp plugin on your WordPress website, and enable MCP Functionality on Settings > MCP Settings.
Why
Most of the clients does not suport SSE or Streamable communications protocols.
Improved eficiency. This proxy will not keep an open connection to your website, and it will only make simple REST API requests to your website when needed.
Oauth2.1 is not yet available on wordpress out of the box.
Security trough WordPress API passwords and WooCommerce REST API cosumer key and secret
Easy to use. See installation instructions below.
Usage
Environment Variables
The following environment variables are required:
WP_API_URL: The URL of your WordPress site (e.g., https://example.com)