Want your AI coding assistant to manage your blog directly? No more one-off scripts or manual copy-pasting. Setting up a WordPress MCP server lets Claude Code discover and call WordPress functionality through a standardized protocol. That includes posts, pages, media, comments, and more. This guide walks through installing the two plugins that make this possible. It also covers wiring up the connection from your local Claude Code setup. Download the mcp-adapter plugin from the releases page (go to the tag you want). Repo: https://github.com/WordPress/mcp-adapter What is mcp-adapter? It’s an official WordPress plugin that bridges WordPress’s “Abilities API” with the Model Context Protocol (MCP). This lets AI agents such as Claude discover and invoke WordPress functionality through a standardized protocol. wp_register_ability()[…]
Set up macOS desktop notifications for Claude Code in iTerm2. Get notified when Claude finishes a task or needs a permission decision — with smart suppression and click-to-focus on the right tab.
Javascript function to verify if a CSS class has been loaded into the browser memory.
Google Blockly is a web-based visual programming editor packaged as a JS library. This blog will demonstrate how to integrate it with your angular application.
It is always better to show only a summary or excerpt of the posts on the home page or archive page of the blogs. This post shows how to achieve this on wordpress themes that do not support excerpts.
Solution to fix the deep linking issue when deploying an angular application with PathLocationStrategy for routing on the apache tomcat server.
This post explains how to replace all the images already uploaded to wordpress media library without breaking the published posts they are linked with.