mcp-wordpress

mcp-wordpress

3.3

If you are the rightful owner of mcp-wordpress and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The WordPress MCP Extension for VS Code is designed to integrate WordPress development into the VS Code environment, providing enhanced coding assistance and database connectivity.

The WordPress MCP Extension for VS Code is a powerful tool that implements a Model Context Protocol (MCP) server to facilitate seamless integration with WordPress environments. This extension enhances the development experience by providing intelligent code completion, documentation hovers, and WordPress-specific code actions. It automatically detects WordPress configurations, connects to the WordPress database, and identifies the installation path, making it easier for developers to work within their WordPress projects. The extension is designed to work with VS Code version 1.74.0 or higher and requires Node.js and npm for development purposes. By leveraging this extension, developers can enjoy a more intuitive and efficient coding experience tailored to their specific WordPress environment.

Features

  • WordPress Configuration Detection: Automatically finds your wp-config.php file by searching from the current directory up through parent directories.
  • Database Integration: Extracts WordPress database credentials and connects to your WordPress database.
  • WordPress Installation Path: Detects the WordPress installation directory.
  • Intelligent Code Completion: Provides context-aware code completion for WordPress functions and hooks.
  • Documentation Hover: Shows documentation for WordPress functions including the current WordPress version.