Bubuku Media Library
Bubuku Media Library helps content and marketing teams audit, monitor and optimize images in WordPress. Track file sizes, identify missing alt text, export reports, receive email summaries and connect AI assistants through MCP. New in version 1.3.0: Bubuku Media Library includes an MCP Server that allows compatible AI assistants and developer tools to interact with your WordPress Media Library through a secure endpoint with role-based permissions. You can: Sort the Media Library by file size to easily identify large files. Filter images that don’t have alternative text (alt text). Use size-based filters (for example: optimal size, medium size, large size) to prioritize which images to optimize first. Run a Bulk Action in the Media Library to calculate file sizes for existing uploads. Export CSV reports including file size, format (MIME type), URL, alt text, image date, post title and post URL — ideal for audits or sharing with your team. See a summary of your Media Library in a dashboard widget, including how many images are heavy or missing alt text. Configure weekly or monthly email reports so you can monitor the optimization status of your images without logging into WordPress. Connect MCP-compatible AI assistants to your Media Library using role-based permissions and configurable abilities. More information (in Spanish) about how the plugin works: How to know if we have to reduce weight to the image and Alt SEO attribute AI & MCP Integration Bubuku Media Library includes a built-in MCP Server that allows compatible AI assistants and development tools to securely interact with your WordPress Media Library. Available MCP abilities include: Listing media library attachments. Reviewing image metadata and alt text coverage. Exporting media audits to CSV. Accessing media library summary metrics. Triggering reports and diagnostics. Managing media accessibility workflows. Each ability can be enabled or disabled individually and restricted to a minimum WordPress role. This allows you to safely connect AI assistants like Claude Desktop, Codex, Cursor and other MCP-compatible clients to audit images, review missing alt text, generate reports and automate media management workflows, while keeping permissions under your control. Typical use cases include: Finding images without alt text. Exporting media audits for content reviews. Checking image size distribution. Generating accessibility reports. Integrating WordPress media workflows with AI assistants. Automating repetitive media library review tasks. Quick Start From your server (SSH), move the plugin folder to the plugins directory: wp-content/plugins/bubuku-media-library/ Activate the plugin via the WordPress admin or using WP-CLI: wp plugin activate bubuku-media-library (Optional) Run the bulk action in Media > Library to calculate file sizes for existing images. Evaluate results Recommended Tools – Lighthouse (in Chrome DevTools) — Analyze image weight and format, as well as the use of alternative text (ALT). – WebPageTest — Check how images affect real-world load times. – Squoosh — Compare visual quality and file size savings when optimizing images. – WAVE Accessibility Tool — Verify whether images are missing ALT attributes or if the alternative texts are descriptive. Evaluation Guidelines – Identify images without ALT text or with excessive file size before running external tests. – After replacing large images or adding ALT text, repeat your evaluations to confirm improvements. – Evaluate both new and existing content — not only the most recent uploads. – Define an internal size limit (for example, 200 KB per image) and monitor it regularly. – Keep in mind that accessibility also affects SEO and overall user experience. SUPPORT Need help or have a suggestion? Please use the official WordPress.org Support Forum for any issues related to the plugin. Official Website For additional information or to get in touch with the development team, please visit our official website. Like the plugin? Please leave a 5-star review and help others discover Bubuku Media Library. ABOUT BUBUKU_CODE We develop custom solutions for WordPress focused on performance, accessibility, and maintainable code. Our work includes plugins, themes, and integrations designed to improve the daily workflow of marketing and content teams.
Top keywords
- media19×2.96%
- library14×2.18%
- media library14×2.18%
- images13×2.02%
- alt12×1.87%
- text11×1.71%
- alt text9×1.40%
- size9×1.40%
- wordpress9×1.40%
- ai7×1.09%
- file7×1.09%
- ai assistants6×0.93%
Plugin Check (PCP)
Plugin Check is a tool for testing whether your plugin meets the required standards for the WordPress.org plugin directory. With this plugin you will be able to run most of the checks used for new submissions, and check if your plugin meets the requirements. Additionally, the tool flags violations or concerns around plugin development best practices, from basic requirements like correct usage of internationalization functions to accessibility, performance, and security best practices. The checks can be run either using the WP Admin user interface or WP-CLI: To check a plugin using WP Admin, please navigate to the Tools > Plugin Check menu. You need to be able to manage plugins on your site in order to access that screen. To check a plugin using WP-CLI, please use the wp plugin check command. For example, to check the “Hello Dolly” plugin: wp plugin check hello.php Note that by default when using WP-CLI, only static checks can be executed. In order to also include runtime checks, a workaround is currently necessary using the --require argument of WP-CLI, to manually load the cli.php file within the plugin checker directory before WordPress is loaded. For example: wp plugin check hello.php --require=./wp-content/plugins/plugin-check/cli.php You could use arbitrary path or URL to check a plugin. For example, to check a plugin from a URL: wp plugin check https://example.com/plugin.zip or to check a plugin from a path: wp plugin check /path/to/plugin The checks are grouped into several categories, so that you can customize which kinds of checks you would like to run on a plugin. Keep in mind that this plugin is not a replacement for the manual review process, but it will help you speed up the process of getting your plugin approved for the WordPress.org plugin repository, and it will also help you avoid some common mistakes. Even if you do not intend to host your plugin in the WordPress.org directory, you are encouraged to use Plugin Check so that your plugin follows the base requirements and best practices for WordPress plugins. Plugin Namer Tool Plugin Check now includes an AI-powered Plugin Namer tool (accessible via Tools > Plugin Check Namer) that helps plugin authors evaluate plugin names before submission. This tool checks for: Similarity to existing plugins in the WordPress.org directory Potential trademark conflicts with well-known brands Compliance with WordPress plugin naming guidelines Generic or overly broad naming issues The Plugin Namer provides instant feedback with actionable suggestions, helping you choose a clear, unique, and policy-compliant name that stands out in the plugin directory. This feature requires WordPress 7.0+ and configured AI connectors. Important: The Plugin Namer tool provides guidance only and is not definitive. All plugin name decisions are subject to final review and approval by the WordPress.org Plugins team reviewers. SVN Checker Tool Plugin Check also includes an SVN Checker tool (accessible via Tools > Plugin Check SVN) that scans a plugin’s WordPress.org SVN repository for unexpected files, folders, and zip archives. This helps plugin authors and reviewers ensure that only the intended files are present in the plugin’s trunk, tags, and assets directories before or after a release. Checks reviewed by AI When AI analysis is enabled, Plugin Check can review selected results to help identify likely false positives. Related issues are grouped and analyzed with prompts tailored to the type of check, using the surrounding code as context. The AI review does not remove or change the original results, but adds an additional summary that highlights which findings may need human review before taking action.