MCP WordPress Remote
Das Paket mcp-wordpress-remote fungiert als Brücke zwischen lokalen Model Context Protocol (MCP)-Clients und entfernten WordPress MCP-Servern. Durch die Nutzung von npx können Sie dieses Paket ohne globale Installation ausführen, was den Einrichtungsprozess vereinfacht.
Anforderungen
- Node.js Version 22 oder höher
WordPress MCP-Plugin
Sie müssen das WordPress-MCP- Plugin auf Ihrer WordPress-Website installieren und die MCP-Funktionalität unter „Einstellungen“ > „MCP-Einstellungen“ aktivieren.
Warum
- Die meisten Clients unterstützen die Kommunikationsprotokolle SSE oder Streamable nicht.
- Verbesserte Effizienz. Dieser Proxy hält keine offene Verbindung zu Ihrer Website aufrecht und stellt nur bei Bedarf einfache REST-API-Anfragen an Ihre Website.
- Oauth2.1 ist in WordPress noch nicht standardmäßig verfügbar.
- Sicherheit durch WordPress-API-Passwörter und WooCommerce REST-API-Kundenschlüssel und -Geheimnis
- Einfach zu verwenden. Siehe Installationsanweisungen unten.
Verwendung
Umgebungsvariablen
Die folgenden Umgebungsvariablen sind erforderlich:
WP_API_URL
: Die URL Ihrer WordPress-Site (z. B.https://example.com
)WP_API_USERNAME
: Ihr WordPress-BenutzernameWP_API_PASSWORD
: Ihr WordPress -AnwendungspasswortWOO_CUSTOMER_KEY
: Ihr WooCommerce-Kundenschlüssel (optional, wenn Sie WooCommerce MCP-Assets verwenden möchten)WOO_CUSTOMER_SECRET
: Ihr WooCommerce-Kundengeheimnis (optional, wenn Sie WooCommerce MCP-Assets verwenden möchten)LOG_FILE
: Optionaler vollständiger Pfad zu einer Protokolldatei
Konfiguration in MCP-Clients
Claude Desktop
Um einen MCP-Server zu Claude Desktop hinzuzufügen, müssen Sie die Konfigurationsdatei unter folgendem Pfad bearbeiten:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
Beispielkonfiguration:
https://woocommerce.com/document/woocommerce-rest-api/
Cursor
Die Konfigurationsdatei befindet sich unter ~/.cursor/mcp.json
.
Beispielkonfiguration:
VS Code
Die Konfigurationsdatei kann in .vscode/mcp.json
in Ihrem Arbeitsbereich/Ordner erstellt werden.
Weitere Informationen zu VS Code und MCP finden Sie in der VS Code-Dokumentation.
@todo
Dieses Paket befindet sich derzeit in der frühen Entwicklungsphase. Vorschläge, Fehlerberichte und PRs sind willkommen.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Fungiert als Brücke zwischen lokalen MCP-Clients und WordPress-Websites und ermöglicht die Kommunikation mit WordPress über einfache REST-API-Anfragen, anstatt Verbindungen offen zu halten.
Related MCP Servers
- -securityAlicense-qualityThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.Last updated 5 months ago2PythonMIT License
- -securityFlicense-qualityThis is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.Last updated 5 months agoPython
- -securityAlicense-qualityWooCommerce MCP Server enables interaction with WooCommerce stores through the WordPress REST API. It provides comprehensive tools for managing all aspects of products, orders, customers, shipping, taxes, discounts, and store configuration using JSON-RPC 2.0 protocol.Last updated 2 months ago5JavaScriptMIT License
- -securityAlicense-qualityA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.Last updated a month ago4092TypeScriptMIT License