LH MCP General Abilities

LH MCP General Abilities exposes general-purpose, cross-post-type WordPress abilities over MCP. Where lh-mcp-developer-abilities covers the filesystem, runtime and diagnostics, and lh-query-library covers read-only SQL, this plugin covers the ordinary WordPress object layer: posts of any registered type, the post types themselves, users, and basic site information.

It both reads and writes, but writing is deliberately narrow. The two authoring abilities can only ever produce drafts — there is no status parameter anywhere in the plugin — and only for post types on an explicit allowlist. Publishing stays a human act.

Key features

Install and setup

Network-activate the plugin. No configuration is required; abilities become available to any MCP connector whose authenticated account holds the required capability. LH MCP Block Transformer is an optional dependency used for content conversion — without it, post content can still be read raw but not rendered as Markdown, and the authoring abilities cannot accept content.

Contents