wordpress-mcp-server
The Comprehensive WordPress MCP Server allows AI assistants to manage WordPress sites using the REST API. It supports managing posts, users, comments, categories, and tags, providing flexible and programmatic site interaction.
What is the purpose of the WordPress MCP Server?
The WordPress MCP Server is designed to enable AI assistants to interact with WordPress sites programmatically, allowing for automated management of posts, users, comments, and more.
What are the prerequisites for using the WordPress MCP Server?
You need Node.js v18 or higher, a WordPress site with REST API enabled, and a WordPress application password for authentication.
How do I secure my WordPress MCP Server?
Use HTTPS URLs, application passwords instead of main passwords, and consider using WordPress roles and capabilities to limit access.
Can I make custom requests to the WordPress REST API?
Yes, the server supports custom requests to any WordPress REST API endpoint with specified HTTP methods and data.
How can I contribute to the development of the WordPress MCP Server?
You can contribute by forking the repository, creating a feature branch, making changes, running tests, and submitting a pull request.