LLM Connector for WordPress
Secure WordPress-to-LLM connector for AI-powered site management
by SudoWP · github.com/sudo-wp/llm-connector-for-wp · website
★ 4stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sudo-wp/llm-connector-for-wp/archive/refs/heads/main.zipFrom the readme
LLM Connector for WordPress
Version: 2.1.0
Author: SudoWP.com
Read-only MCP bridge for WordPress with optional AI provider integration. Verified with Claude.ai Web UI, Claude Code, and Gemini CLI; compatible with Cursor, Windsurf, and VS Code (Cline) via the auto-generated MCP config. Also integrates WordPress as an outbound AI text-generation client through the WP 7.0 AI Client and WP 6.9 Abilities API.
📹 Demo Video
Watch the LLM Connector in action with Claude Code:
Click to watch on YouTube
Purpose
The plugin runs in two complementary directions:
- Inbound (MCP bridge): AI clients connect into your WordPress site to read diagnostics — plugin / theme inventory, system status, user statistics, content statistics — via a read-only REST API authenticated with a per-plugin API key.
- Outbound (AI providers): WordPress calls an LLM (Anthropic, OpenAI, Gemini) to generate text via the WP 7.0 AI Client / WP 6.9 Abilities API, with credentials and models configured per-provider from the admin UI.
Both directions are optional and independent. Enabling providers does not open any inbound endpoints; enabling inbound endpoints does not require any outbound p