AI
The AI plugin brings AI-powered features directly into your WordPress admin and editing experience. What’s Inside: This plugin is built on the AI Building Blocks for WordPress initiative, combining the AI Client library and Abilities API into a unified experience. It serves as both a practical tool for content creators and a reference implementation for developers. Current Features: Abilities Explorer – Browse and interact with registered AI abilities from a dedicated admin screen. AI Request Logging – Logs AI requests for observability and debugging. Alt Text Generation – Generate descriptive alt text for images to improve accessibility. Comment Moderation – Automatically moderate comments based on toxicity detection and sentiment analysis. Connector Approvals – Require explicit administrator approval before plugins or themes can use AI connectors configured on this site. Content Classification – Suggests relevant tags and categories to organize content. Content Resizing – Shorten, expand, or rephrase selected block content. Content Summarization – Summarizes long-form content into digestible overviews. Dashboard Widgets – AI Status and AI Capabilities widgets, plus framework for registering new ones. Editorial Notes – Reviews post content block-by-block and adds Notes with suggestions for Accessibility, Readability, Grammar, and SEO. Editorial Updates – Automatically apply editorial notes to content. Excerpt Generation – Automatically create concise summaries for your posts. Experiment Framework – Opt-in system that lets you enable only the AI features you want to use. Guidelines – Allows abilities to respect site-wide editorial standards. Image Generation and Editing – Create and edit images from post content in the editor, also via the Media Library. Meta Description Generation – Generates meta description suggestions and integrates those with various SEO plugins. Multi-Provider Support – Works with AI Connector plugins for providers such as OpenAI, Google, and Anthropic. Title Generation – Generate title suggestions for your posts with a single click. Perfect for brainstorming headlines or finding the right tone for your content. Provider Setup: The AI plugin does not include provider credentials or provider implementations by itself. To use AI-powered features, install and activate at least one AI Connector plugin, then configure its credentials in Settings -> Connectors. Features may appear unavailable until a connector is installed, authenticated, and capable of the required operation. Provider connector plugins include Anthropic, Google, OpenAI, and others. Coming Soon: We’re actively developing new features to enhance your WordPress workflow: Type Ahead – Contextual type-ahead assistance for suggestions while typing. AI Playground – Experiment with different AI models and providers. Content Assistant – AI-powered writing and editing in Gutenberg. Site Agent – Natural language WordPress administration. Workflow Automation – AI-driven task automation. This is an experimental plugin; functionality may change as we gather feedback from the community. Roadmap: You can view the active plugin roadmap in a filtered view in the WordPress AI GitHub Project Board. For Developers The AI plugin is designed to be studied, extended, and built upon. Whether you’re a plugin developer, agency, or hosting provider, here’s what you can do: Extend the Plugin: Build Custom Experiments – Use the Abstract_Feature base class to create your own AI-powered features. Pre-configure Providers – Hosts and agencies can set up AI Connector plugins so users don’t need their own API keys. Abilities Explorer – Test and explore registered AI abilities (available when experiments are enabled). Register Custom Abilities – Hook into the Abilities API to add new AI capabilities. Override Default Behavior – Use filters to customize prompts, responses, and UI elements. Comprehensive Hooks – Filters and actions throughout the codebase for customization. Developer Tools Coming Soon: AI Playground – Experiment with different AI models and prompts. MCP (Model Context Protocol) – Integrate and test Model Context Protocol capabilities in WordPress workflows. Extended Providers – Support for experimenting with additional or alternate AI providers. Get Started: Read the Contributing Guide for development setup Join the conversation in #core-ai on WordPress Slack Browse the GitHub repository to see how experiments are built Participate in discussions on how best the plugin should iterate. We welcome contributions! Whether you want to build new experiments, improve existing features, or help with documentation, check out our GitHub repository to get involved.
Top keywords
- ai23×3.50%
- content12×1.83%
- abilities8×1.22%
- wordpress7×1.07%
- connector6×0.91%
- generation5×0.76%
- provider5×0.76%
- providers5×0.76%
- ai-powered4×0.61%
- editorial4×0.61%
- experiments4×0.61%
- suggestions4×0.61%
WPRaiz Content API Tool
WPRaiz Content API Tool turns your WordPress site into a powerful content API. Create posts, manage categories, generate AI content, and connect AI agents — all via REST API or Model Context Protocol (MCP). What You Can Do Create & Update Posts — Full control over title, content, status, categories, tags, excerpt, featured images, and custom meta fields via REST API. Bulk Creation — Create up to 50 posts in a single request (Pro). AI Content Generation — Generate full articles from a topic using Claude or OpenAI with your own API keys (Pro). AI Rewrite — Improve SEO, fix grammar, change tone, expand, or summarize existing posts (Pro). Auto-SEO — Automatically generate SEO titles and meta descriptions when not provided. Supports SEOPress, Yoast SEO, and Rank Math. MCP Server — Connect AI agents (Claude Desktop, Cursor, Windsurf) directly to your site via Model Context Protocol. Similar Post Search — Find duplicate or related content using intelligent Levenshtein-based scoring. Webhooks — Get notified when posts are created or bulk operations complete, with HMAC signature verification. JWT Authentication — Secure token-based auth with configurable rate limiting. Free vs Pro Free (this plugin): Create and update single posts via REST API Search similar posts List and manage categories JWT and Basic Auth (Application Passwords) SEO plugin auto-detection and meta writing Featured image upload from URL Rate limiting Legacy v1 endpoint compatibility Pro ($49/year at wpraiz.com.br/pro): Everything in Free, plus: Bulk post creation (up to 50 per batch) AI content generation (BYOK — Claude or OpenAI) AI post rewriting (5 modes) Auto-SEO via AI MCP Server (HTTP + STDIO transports) Webhook notifications with HMAC signing Priority support MCP Server The Model Context Protocol server lets AI agents interact with your WordPress site natively. Available via HTTP (REST API) or STDIO (WP-CLI). Tools: create_post, update_post, search_similar, get_categories, generate_content, rewrite_post, bulk_create Resources: site-info, recent-posts, categories, content-stats, seo-config Prompts: publish_seo_article, content_series, seo_audit, refresh_old_content, internal_linking Add to your claude_desktop_config.json: { "mcpServers": { "wpraiz": { "command": "wp", "args": ["wpraiz-mcp", "serve", "--path=/path/to/wordpress", "--user=1"] } } } REST API Endpoints Base URL: https://yoursite.com/wp-json/wpraiz/v2/ Endpoint Method Auth Tier create-post POST JWT/Basic Free update-post POST JWT/Basic Free create-posts POST JWT/Basic Pro generate-content POST JWT/Basic Pro rewrite-post POST JWT/Basic Pro search-similar GET Public Free categories GET Public Free check-status GET Public Free auth/token POST Credentials Free Authentication JWT Token: 1. POST to auth/token with username and password 2. Use the returned token as Authorization: Bearer Basic Auth: Use WordPress Application Passwords with standard HTTP Basic authentication. Requirements WordPress 5.8+ PHP 7.4+ For AI features: Claude API key or OpenAI API key For MCP STDIO: WP-CLI installed Support Visit wpraiz.com.br or open an issue on GitHub.