Plugin

Active

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

  • Retrieve a single post by ID or slug, returned as both Markdown and raw block markup.
  • List posts of any registered post type, with pagination, status filtering and field subsetting.
  • Discover the registered public post types before querying them.
  • Author new drafts, and revise existing ones, from Markdown or HTML — never publishing, never touching content that is already live.
  • Search users by ID, email, or name, with priority-ranked matching.
  • Discover and read MCP resource-typed abilities without a human attaching them by hand.

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