Beskrivelse
Draftsmith AI Content Assistant connects your WordPress site to Anthropic’s Claude models (and, optionally, DeepSeek) and adds a Content Management Panel that lets you:
- Central dashboard: generate full posts, outlines, or intros from a single idea, and turn them into a draft post with one click.
- In-editor assistant: a sidebar toolbox in the post editor (works with both the block editor and the Classic Editor) that includes:
- Suggesting 5 compelling titles based on the post’s content.
- Improving text: rewrite, expand, summarize, spelling & grammar fixes.
- Generating and saving an SEO meta description.
- Suggesting tags and adding them to the post in one click.
- A chat panel for asking questions about the post you are editing.
- MCP connector (optional): let Claude.ai connect to your site through an OAuth 2.1 + PKCE flow so it can manage content, media, and SEO from a conversation — with separate write and delete permission switches and one-click revocation.
- Flexible settings: choose the provider and model, writing tone, default language, and output length.
- Security-first: your API keys are stored only in your own site’s database, with capability checks and nonces on every request.
Supported models
Claude (Anthropic): Claude Sonnet 5 (default), Claude Opus 5, Claude Haiku 4.5, Claude Opus 4.8, and Claude Sonnet 4.6.
DeepSeek (optional, requires its own API key): DeepSeek V4 Flash and DeepSeek V4 Pro.
What the MCP connector exposes
When enabled, a connected app can use 22 tools grouped into Content, Discovery & planning, Media library, and SEO (Rank Math). The full list, with a read/write/delete badge for each, is shown on the Draftsmith MCP Connection screen. Write tools require the “allow write” setting; delete tools require the “allow delete” setting, which is off by default. Every action runs with the capabilities of the WordPress user who approved the connection.
External services
This plugin relies on external services. Nothing is sent anywhere until you explicitly configure and use the corresponding feature.
1. Anthropic Claude API (required for content generation)
The plugin sends requests to the Anthropic Messages API at https://api.anthropic.com/v1/messages in order to generate and improve content.
- When: only when you click a generation action (dashboard “Generate content”, any button in the editor assistant, the chat panel, or “Test connection”). No request is made on page load or on a schedule.
- What is sent: the API key you entered, the selected model name, your prompt, and the post title/content excerpt relevant to the action you triggered. No visitor data and no site credentials are sent.
- Provider: Anthropic, PBC.
- Terms of service: https://www.anthropic.com/legal/consumer-terms
- Privacy policy: https://www.anthropic.com/legal/privacy
An Anthropic account and API key from https://console.anthropic.com are required for this feature. Usage is billed by Anthropic according to their pricing.
2. DeepSeek API (optional, only used if you select a DeepSeek model)
If you enter a DeepSeek API key and select a DeepSeek model, the plugin sends requests to the DeepSeek API at https://api.deepseek.com/chat/completions in order to generate and improve content.
- When: only when you click a generation action while a DeepSeek model is selected (dashboard “Generate content”, any button in the editor assistant, the chat panel, or “Test connection”). No request is made on page load or on a schedule, and nothing is sent to DeepSeek while a Claude model is selected.
- What is sent: the DeepSeek API key you entered, the selected model name, your prompt, and the post title/content excerpt relevant to the action you triggered. No visitor data and no site credentials are sent.
- Provider: DeepSeek (Hangzhou DeepSeek Artificial Intelligence Co., Ltd.).
- Terms of service: https://cdn.deepseek.com/policies/en-US/deepseek-open-platform-terms-of-service.html
- Privacy policy: https://cdn.deepseek.com/policies/en-US/deepseek-privacy-policy.html
A DeepSeek account and API key from https://platform.deepseek.com are required for this feature. Usage is billed by DeepSeek according to their pricing. This is entirely optional — the plugin works with a Claude-only setup with nothing DeepSeek-related ever contacted.
3. Claude.ai MCP connector (optional, disabled by default)
If you enable the MCP server on the MCP Connection screen and approve a connection, an external client — normally Claude.ai — connects inbound to your site. Your site does not send data out on its own for this feature; the remote client requests it.
- When: only after you enable the MCP server and complete the OAuth consent screen for a specific client.
- What the client can read/write: the content covered by the 22 tools listed on the MCP Connection screen, limited by your write/delete settings and by the capabilities of the approving user.
- Provider (typical client): Anthropic, PBC — https://claude.ai
- Terms of service: https://www.anthropic.com/legal/consumer-terms
- Privacy policy: https://www.anthropic.com/legal/privacy
You can revoke any connected app at any time from the MCP Connection screen. Disabling the MCP server blocks all inbound access immediately.
Trademarks
Claude and Anthropic are trademarks of Anthropic, PBC. DeepSeek is a trademark of Hangzhou DeepSeek Artificial Intelligence Co., Ltd. This plugin is an independent integration and is not affiliated with, sponsored by, or endorsed by either company.
Skærmbilleder





Installation
- Upload the
draftsmith-ai-content-assistantfolder to/wp-content/plugins/. - Activate the plugin from the WordPress “Plugins” page.
- Go to Draftsmith Settings and enter your Claude API key (from console.anthropic.com).
- Click “Test connection” to confirm it’s working.
- Start generating from the Dashboard, or open any post and use the “Claude Content Assistant” box in the sidebar.
- (Optional) To let Claude.ai manage your site directly, go to Draftsmith MCP Connection, enable the MCP server, and follow the on-screen steps.
FAQ
-
Where are my API keys stored?
-
In your site’s own options table (
wp_options). Each key is sent only to its own provider (Claude or DeepSeek) when you trigger a generation action while a model from that provider is selected, and to no other party. -
Does the plugin work with the block editor (Gutenberg)?
-
Yes, and it also works with the Classic Editor.
-
Do I need an Anthropic account?
-
Yes, if you want to use a Claude model — content generation with a Claude model requires a valid API key from https://console.anthropic.com with available usage credit. DeepSeek is a separate, optional provider with its own API key from https://platform.deepseek.com; you only need one of the two to use the plugin.
-
Does the MCP connector require HTTPS?
-
Yes. OAuth and MCP require HTTPS in production. The MCP Connection screen warns you if your site is not served over HTTPS.
-
Is the MCP connector enabled by default?
-
No. It is off until you enable it, and delete permissions stay off even after you enable it unless you turn them on explicitly.
-
Is Rank Math required?
-
No. The SEO tools degrade gracefully when Rank Math is not installed; the redirect tools require Rank Math’s redirection module.
Anmeldelser
Der er ingen anmeldelser for denne widget.
Bidragsydere & udviklere
“Draftsmith AI Content Assistant” er open source-software. Følgende personer har bidraget til dette plugin.
BidragsydereOversæt “Draftsmith AI Content Assistant” til dit eget sprog.
Interesseret i udvikling?
Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.
Ændringslog
1.3.1
- Fixed:
$_SERVER['REQUEST_URI']is now sanitized before use in the OAuth discovery routes. - Fixed: the tags AJAX handler sanitizes its input inline, and the chat handler unslashes the replayed history before sanitizing each entry.
- Changed: every remaining PHPCS suppression now names the specific sniff and states why, instead of silencing a whole line.
- Changed: template variables are prefixed so they cannot collide when a view file is included.
1.3.0
- Renamed the plugin to “Draftsmith AI Content Assistant” and moved to the
draftsmith-ai-content-assistantslug and text domain. - Changed: every declaration, option, AJAX action, nonce, REST namespace and database table now uses the longer, distinct
draftsmithprefix. - Changed: the admin header mark is now an inline SVG instead of a bitmap, removing 324KB from the plugin.
- Fixed: character-encoding damage in readme.txt that turned dashes and arrows into mojibake.
- Fixed: inline
<style>and<link>output replaced withwp_add_inline_style()andwp_enqueue_style()/wp_print_styles(). - Fixed: the OAuth consent nonce is now sanitized before verification.
- Removed: the
load_plugin_textdomain()call, unnecessary since WordPress 4.6.
1.2.1
- Fixed: DeepSeek requests returned “No content was received” for every action, including Test Connection. DeepSeek’s V4 models default to an extended-reasoning (“thinking”) mode that draws from the same token budget as the visible answer, so short budgets (Test Connection used 16 tokens) were entirely consumed by reasoning before anything was written to the response. Thinking mode is now explicitly disabled on every DeepSeek request, matching how this plugin already generates content with Claude.
1.2.0
- Added: DeepSeek as a second, optional AI provider for content generation (DeepSeek V4 Flash and DeepSeek V4 Pro), with its own API key field on the Settings screen. Claude remains the default; nothing is sent to DeepSeek unless you configure a key and select a DeepSeek model.
1.1.2
- Changed: the donation prompt appeared twice on every screen (a header button and a sidebar card). It is now a single card on the Dashboard only, plus a standard “Donate” link on the Plugins page row.
- Fixed: the admin menu icon sizing rule still referenced the old menu slug after the rename.
1.1.1
- Fixed: the donation dialog opened by itself on page load and could not be closed. Its stylesheet rule used
display: flex !important, which overrode both the inlinedisplay:noneand jQuery’s fadeOut. Visibility is now driven by a dedicated class. - Fixed: the “Add selected to post tags” button in the editor was permanently visible because
!importantdisplay rules overrode thehiddenattribute. - Added: the donation dialog now closes on Escape, on backdrop click, and after choosing a donation option.
1.1.0
- Renamed to “Draftsmith AI Content Assistant” and moved to the
draftsmith-ai-content-assistanttext domain and slug. - Fixed: the model list contained retired model IDs, which made every request fail. Replaced with the current Claude models, and installs holding an old model ID now fall back to a supported one automatically.
- Fixed:
temperaturewas sent to models that reject it, causing HTTP 400 errors. It is now only sent to models that accept it. - Added: a full MCP tool catalogue on the MCP Connection screen, with read/write/delete badges reflecting your current permission settings.
- Changed: admin assets are now scoped by admin page hook instead of reading the query string.
- Changed: the donation UI is hidden unless real donation links are configured.
- Fixed: the dashboard stat row no longer leaves a single orphaned card at intermediate screen widths.
1.0.0
- Initial release: dashboard, in-editor assistant, settings, title/content/SEO/tag generation, MCP connector with OAuth 2.1, media tools, and Rank Math SEO integration.
