LW Plugins
WordPress plugins that get out of your way. No bloat, no upsells, no tracking - just clean, modern code.
Each plugin does one thing well. Install only what you need.
composer require lwplugins/lw-seo lwplugins/lw-cookie lwplugins/lw-firewallAll plugins are on Packagist and GitHub .
Security & Performance
| Plugin | Description |
|---|---|
| LW SEO | Meta titles, Open Graph, XML sitemaps, JSON-LD schema, breadcrumbs, redirects, AI crawler control |
| LW Cookie | GDPR cookie consent, automatic script blocking, Google Consent Mode v2, consent logging |
| LW Firewall | Rate limiting, bot detection, GeoIP blocking, security headers, automatic IP banning |
| LW Disable | Disable comments, emojis, embeds, XML-RPC, REST API, feeds and other unused features |
Content & Commerce
| Plugin | Description |
|---|---|
| LW LMS | Courses, lessons, progress tracking, WooCommerce integration for paid courses |
| LW Memberships | Membership plans, content restriction, WooCommerce Subscriptions support |
| LW Slider | Responsive slider powered by Splide.js with Gutenberg block |
| LW Enable | SVG uploads with security sanitization, media library previews |
Site Management
| Plugin | Description |
|---|---|
| LW Site Manager | Full site management via REST API and WordPress Abilities API - AI-agent ready |
| LW ZenAdmin | Admin notice sidebar, dashboard widget manager, admin bar and menu manager |
| LW Translate | Community translations, one-click install, SHA-based update detection |
Developer Tools
Every plugin ships with WP-CLI commands, REST API endpoints, and AI Abilities.
| Reference | Description |
|---|---|
| WP-CLI Commands | Manage all plugins from the terminal |
| REST API | Endpoints for headless and external integration |
| AI Abilities | 10 plugins, 40+ abilities for AI agents |
| Hooks & Filters | Extend and customize every behavior |
MCP Server
Connect all plugins through the remote MCP Server at mcp.lwplugins.com - 16 tools, 117 actions, one endpoint. Works with Claude, Cursor, ChatGPT, and any MCP-compatible client.
Why Lightweight?
- No feature creep - Each plugin has a clear scope. LW SEO handles SEO. LW Cookie handles consent. No “also does caching, CDN, and makes coffee.”
- Composer-native - PSR-4 autoloading, proper namespaces, type declarations. Manage WordPress plugins like any other PHP dependency.
- Actually open source - GPL-2.0 licensed, no “pro” tier. No telemetry. No external service dependencies. The code is the product.
- Modern PHP 8.2+ - Strict types, clean architecture, WordPress Coding Standards.