If you use AI-powered development tools like Claude, Cursor, or VS Code with AI capabilities, you can now connect them directly to the WordPress.org The community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ Plugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. Directory. The new MCP (Model Context Protocol) server gives your AI assistant access to plugin guidelines, readme validation, submission status, and the ability to submit plugins.
All plugins submitted through the MCP server go through the same review as plugins submitted through the web form. The plugin guidelines apply regardless of how the code was produced, and plugin developers are responsible for reviewing everything their AI assistant generates before submitting.
What’s available
The MCP server provides tools, reference resources, and guided prompts to help developers get their plugins ready and submitted:Â
- Validate Readme: Checks your
readme.txt for errors, warnings, and suggestions before submission.
- Get Plugin Status: Retrieves your plugin’s current status and any reviewer feedback if it’s in review.
- Submit Plugin: Submits a new plugin for review, or updates a submission that’s still under review.
AI agents also get access to reference documents like the Plugin Guidelines, Developer FAQ, or reserved slugs list so it can give you accurate, up-to-date guidance as you work.
Guided prompts give your AI agents structured workflows for preparing a plugin for submission, running Plugin Check locally, and addressing review feedback, helping catch issues early and produce a higher quality submission.
Getting started
You’ll need a WordPress.org account, an MCP-compatible client, and Node 18 or later. Setup takes only a second.
Run this command:
npx -y @wporg/mcp
This opens your browser to authorize the connection and create an application password, then automatically detects and configures your installed MCP clients (currently Claude Desktop, Claude Code, Codex, Cursor, and VS Code). If your client isn’t supported yet, please let me know about it and authenticate manually for now.
What’s next
Under the hood, it’s built on Core Core is the set of software required to run WordPress. The Core Development Team builds WordPress.’s Abilities API and the MCP Adapter plugin. The architecture is designed to support any number of additional tools beyond what’s available today and could even include role-specific tools that are only available to certain users (like forum moderators or plugin reviewers).
This is the first set of tools that are being made available, and it’s certainly open to growth! Make teams should feel encouraged to propose and build tools that support their workflows, and any community member can contribute new tools directly as pull requests to the WordPress.org GitHub repository.
If you run into issues with the current tools, please open a ticket on Meta Trac and mention @obenland. For any other feedback, please get in touch in #meta or leave a comment on this post!
Learn more
For the full setup walkthrough, available tools, and example workflows, see the Plugin Directory MCP page in the Plugin Developer Handbook.
+make.wordpress.org/plugins/ +make.wordpress.org/ai/