Par Alex, co-fondateur of Wisewand
La content creation not should not you prendre of hours each jour. You use already your LLM to write, do research and generate ideas. But and if your LLM pouvait also generate full articles and SEO-optimized, create of stunning visuals and all publishing on your site WordPress — without never quitter the conversation?
C’est exactement ce that does Wisewand MCP. C’est the MCP of content creation the more complete disponible, with 84 tools couvrant everything, of article generation to publication multilingue, the automatisation RSS and the content e-commerce.
In the 10 next minutes, you will generate your first article SEO-optimized. No configuration complicated, not of copy-pasting between tools, not of upload manual on WordPress. Juste of content creation pure and efficace, directly since your LLM.
Installation & Configuration
Wisewand MCP fonctionne with tous the large clients LLM. Installation does in 2 steps simples.
Step 1: Get your API key
- Visitez app.wisewand.ai/api
- Connect-vous or create a free account
- Copy your API key (commence par
sk_live_)
Step 2: Install the MCP servers
Choose your client:
Prerequisites: Node.js 18+ (nodejs.org)
Step by step:
Open your terminal and in the folder of your project, tapez:
1. Wisewand (creation of SEO content):
claude mcp add wisewand --scope project -e WISEWAND_API_KEY=sk_live_YOUR_KEY -- npx -y @wisewandtools/mcp-server@latest2. HaloScan (analyse SERP and competition):
claude mcp add haloscan --scope project -e HALOSCAN_API_KEY=YOUR_HALOSCAN_KEY -- npx -y @occirank/haloscan-server@latest startOr install everything in a single command:
claude mcp add wisewand --scope project -e WISEWAND_API_KEY=sk_live_YOUR_KEY -- npx -y @wisewandtools/mcp-server@latest && claude mcp add haloscan --scope project -e HALOSCAN_API_KEY=YOUR_HALOSCAN_KEY -- npx -y @occirank/haloscan-server@latest startReplace the keys: Replace sk_live_YOUR_KEY par your key Wisewand and YOUR_HALOSCAN_KEY par your key HaloScan.
Options: Replace --scope project par --scope global for rendre the MCPs available in all your projects.
Verification: Start a new session and askdez “Listez the tools Wisewand disponibles” — you should voir 84 tools.
Tip pro: Add .mcp.json to .gitignore to keep your keys API in security!
Prerequisites: Claude Desktop (claude.ai/download)
Fichier of configuration:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Step by step:
1. Wisewand seul (creation of SEO content):
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}2. HaloScan seul (analyse SERP and competition):
{
"mcpServers": {
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Or install everything at once:
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
},
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Replace the keys: Replace sk_live_YOUR_KEY and YOUR_HALOSCAN_KEY par your real keys API.
Verification: Quittez Claude Desktop (Cmd+Q / Alt+F4), rouvrez-le, then ask “Listez the tools Wisewand disponibles”.
Prerequisites: Cursor IDE (cursor.sh), Node.js 18+
Fichier of configuration: .cursor/mcp.json (at the project root)
Configuration globale: ~/.cursor/mcp.json
Step by step:
1. Wisewand seul (creation of SEO content):
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}2. HaloScan seul (analyse SERP and competition):
{
"mcpServers": {
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Or install everything at once:
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
},
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Replace the keys: Replace sk_live_YOUR_KEY and YOUR_HALOSCAN_KEY par your real keys API.
Verification: Restart Cursor, ouvrez the chat IA (Cmd+L / Ctrl+L), ask “Listez the tools Wisewand disponibles”.
Tip pro: Add .cursor/ to .gitignore for protect your keys API!
Prerequisites: VS Code, extension GitHub Copilot, Node.js 18+
Fichier of configuration: .vscode/mcp.json (at the project root)
Step by step:
1. Wisewand seul (creation of SEO content):
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}2. HaloScan seul (analyse SERP and competition):
{
"mcpServers": {
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Or install everything at once:
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
},
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Replace the keys: Replace sk_live_YOUR_KEY and YOUR_HALOSCAN_KEY par your real keys API.
Verification: Open GitHub Copilot Chat (Cmd/Ctrl+Shift+I), ask “Listez the tools Wisewand disponibles”.
Tip pro: Add .vscode/mcp.json to .gitignore for protect your keys API!
Prerequisites: Windsurf IDE (codeium.com/windsurf), Node.js 18+
Fichier of configuration: ~/.codeium/windsurf/mcp_config.json
Step by step:
1. Wisewand seul (creation of SEO content):
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}2. HaloScan seul (analyse SERP and competition):
{
"mcpServers": {
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Or install everything at once:
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_KEY"
}
},
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Replace the keys: Replace sk_live_YOUR_KEY and YOUR_HALOSCAN_KEY par your real keys API.
Verification: Restart Windsurf, ouvrez Cascade, ask “Listez the tools Wisewand disponibles”.
Note: Windsurf not prend in charge that the configuration globale. For the configs per project, use Claude Code CLI or Cursor.
API key security best practices
- Use the configurations at the level of project — Stockez the configurations in the folders of project (pas in the home directory) to isolate the keys per project and reduce the exposure.
- Never commit API keys — Add
.mcp.json,.cursor/mcp.jsonand.vscode/mcp.jsonto.gitignore. - Use of environment variables — Reference
${WISEWAND_API_KEY}in the configurations and set the real key via of environment variables. - Renouvelez regularly the keys — Generate of new keys API periodically on app.wisewand.ai/api and mettez to day the configurations.
Need help?
Where exactly should I paste my API key?
Replace sk_live_YOUR_API_KEY_HERE in the section "env" of your file of configuration par your real key since app.wisewand.ai/api. Your key must commencer par sk_live_ or sk_test_.
Which client should I use?
For the developers: Claude Code CLI (support at the level of project, ideal ideal for teams)
For the users occasionnels: Claude Desktop (installation the more simple)
For the users VS Code: VS Code with Copilot
For the users Cursor: Cursor IDE
Global or project-level: which should I pick?
Recommended: At the project level — Keep API keys isolated per project, easing management of different keys for different projects, and reduces the risk of accidentally exposing of keys in the version control.
Global: Use only if you want to the same API key available in tOUS your projects and that you not collaborez not with of autres personnes.
What You Can Build
Ready to create professional content?
- 84 tools of content creation
- Publication directe WordPress, Shopify, WooCommerce
- Images IA 4K includedes in each article
Installation in a single command — start to generate in 60 secondes.
Get your API key in 60 seconds →Your First Article: A Real Conversation
Here is exactement to what ressemble the creation of your first article with Wisewand MCP:
You: “Create an article SEO on ‘The Best AI Tools for the Creation of Contenu 2024′”
LLM: [Utilise the outil create_article with the configuration SEO complete]
Article created with the ID: abc-123
J’ai configured your article with:
- Mot-key target: “meilleurs AI tools creation content 2024”
- Section FAQ enablede
- Table of contents
- Generation of main image
- Structure SEO-optimized
You: “Generate-le now and attends the fin”
LLM: [Utilise the outil generate_article with wait_for_completion: true]
Generation of your article in progress… (around 90 secondes)
Done! 2 847 mots, score SEO: 94/100
Your article comprend:
- 12 sections with titles semantics
- 8 entries FAQ
- 3 images generateds par IA
- Suggestions of internal links
- Meta description and tag title
You: “Montre-moi the contenu”
LLM: [Utilise the outil get_article_output]
Here is your article:
Titre: The Best AI Tools for the Creation of Contenu 2024: The Guide Complet
Meta Description: Discover the 15 best AI tools for the content creation in 2024. Comparez the features, the tarifs and the case of usage to find the AI writing assistant ideal…
[Contenu complete of article displayed with formatting, images and elements SEO]
C’est everything. Trois conversational messages, 90 seconds of generation, and you have a complete article ready to be published.
Ready to go further? Let’s discover the full workflow, advanced features and the best practices that make Wisewand MCP the outil of content creation the more powerful for LLM.
What is Wisewand MCP?
Wisewand MCP (Model Context Protocol) is a server that extends the capabilities of your LLM with 84 specialized tools for the content creation professionnel. Construit on the standard MCP of Anthropic, it gives your LLM a access direct to the powerful Wisewand API — the same technologie that makees tourner our application web on app.wisewand.ai.
Here is ce who the rend unique:
- Couverture API complete: The 84 tools correspondent directly to the endpoints of Wisewand API, designeds par our CTO Julian to be both powerful and intuitifs.
- Integration WordPress native: Publication in a click on WordPress, Shopify, WooCommerce and PrestaShop — without upload manual ni copy-pasting.
- Architecture SEO-first: Each article is designed for rank. FAQ sections, titles semantics, meta tags, internal linking and structured data are included by default.
- Vrai multi-language: No seulement of translation — of content localized optimized for 9 langues and 28 countries with a SEO tailored to each region.
- Generation visuelle IA: Custom images in 4K createdes for each article, perfectly tailored to your content and your brand.
Imaginez a content team complete worklant directly in your LLM — researchers, writers, specialists SEO, designers and editors — all coordinated via a conversation naturelle.
Why This Changes Everything
| Aspect | Before Wisewand | With Wisewand MCP |
|---|---|---|
| Outils required | 5+ tools different (SEMRush, Google Docs, Yoast, Canva, WordPress) | 1 conversation LLM |
| Temps par article | 3+ hours of work focused | 15 minutes of conversation |
| SEO optimization | Manuelle and fragmented | Automatique and integrated |
| Images | Recherche external (Canva, Unsplash) | Generation IA 4K includede |
| Publication | Upload manual on WordPress | Publication directe in 1 click |
| Multilingue | Traduction separate, no local SEO | 9 langues, local SEOized for 28 countries |
Each step of old process impliquait of changements of contexte, of copy-pasting and of errors potentielles. Un seul article pouvait prendre 3 hours of work focused.
With Wisewand MCP, it is a conversation continue:
- Recherche: “Quels keywords to target for the AI writing tools?”
- Creation: “Write an article of 2 500 words optimized for ce keyword”
- Optimisation: All (FAQ, table of contents, images, meta tags) does automatiquement
- Publication: “Publish ceci on mon site WordPress”
Same quality of article, 15 minutes of actual work. No changement of outil, not of maux of head of formatting, not of errors of upload.
Ce gain of time multiplie when you create of content at large scale. What once required a full-time content team can now be handled par a single person having targeted conversations with your LLM.
See it in action — install with a single command:
claude mcp add wisewand --scope project -e WISEWAND_API_KEY=sk_live_YOUR_KEY -- npx -y @wisewandtools/mcp-server@latestThe Perfect 7-Step Workflow
Assistant of Configuration Interactif Disponible!
We have created a assistant of configuration interactive to guide you through these steps. Simply ask to your LLM:
“Use the setup wizard”
Il guide youa through all process with of invites claires and a validation. Or follow the guide below for all details.
Que you utilisiez the assistant or that you suiviez manualment, voici the process of configuration complete who takes you from installation to publication:
Step 1: Download and install
Installation runs in a single command who handles all:
claude mcp add wisewand --scope project -e WISEWAND_API_KEY=sk_live_YOUR_KEY -- npx -y @wisewandtools/mcp-server@latestCe who passe during the installation:
- The MCP server is downloaded via npm
- You are prompted to enter your API key
- The connection is validated against the Wisewand API
- Le server is added to your LLM configuration
Result expected:
Successfully added wisewand MCP server
API key saved
Testing connection...
Connected to Wisewand API
Ready to create content!Resolution of common errors:
- “Cannot connect to Wisewand API” — Verify the format of your API key (doit commencer par sk_live_ or sk_test_)
- “npx command not found” — Install Node.js since nodejs.org
- “Permission denied” — Try running with sudo on Mac/Linux
Step 2: Verify the API key
Verify that all fonctionne correctment:
# Verify the status of connection MCP
/mcp
# You should voir:
# wisewand connectedTestez with a command simple:
You: "List the Wisewand tools available"
LLM: I can see all 84 Wisewand tools:
- create_article
- generate_article
- publish_to_wordpress
- [81 more tools...]Where find your API key: https://app.wisewand.ai/api
Conservez this key in security — she gives a access complete to your compte Wisewand and to your capabilities of content generation.
Step 3: Configure the website connection
For publishing directly on WordPress, you will need to create a Password of application (pas your main WordPress password — it is more secure).
Create an application password WordPress:
- Connect-vous to your table of bord WordPress
- Naviguez toward Users → Profil (ou Your profil)
- Faites scroll until the section “Mots of passe of application”
- Saisissez a nom: “Wisewand” (pour you souvenir to what it sert)
- Click on “Ajouter a new application password”
- Copy the password immediately generated (il will not be displayed again!)
Connect-le now to Wisewand:
You: "Create a WordPress connection"
LLM: I'll help you set that up. I need:
- Your WordPress site URL (https://yourblog.com)
- Your WordPress username
- Your Application Password
You: "Site URL: https://myblog.com
Username: alex
Password: [paste Application Password]"
LLM: [Uses create_connection tool]
Connection created: "MyBlog WordPress"
Connected to https://myblog.com
Authentication successfulBonnes practices of security:
- N’utilisez never your main WordPress password — always create application passwords
- You can revoke the passwords of application at any time since WordPress without affecter your connection main
- Create of passwords distincts for each tool or integration
- Nommez-les clairement for you rappeler to what they servent
Note: WordPress is optional! Wisewand generates content that you can use anywhere. But the direct publishing saves a considerable time.
Step 4: Create your persona
Personas define your writing style and your voice. Think of them as of presets for different content types or of audiences.
What is a persona?
A persona captures:
- Ton: Professionnel, casual, friendly, autoritaire, enthousiaste
- Style: Informatif, persuasif, narratif, analytique, conversational
- Voix: First person (“je”), first person plural (“nous”), third personne
- Personality: Your characteristics and approach editorial unique
Exemples of personas:
You: "Create a persona for technical blog content"
LLM: [Uses create_persona tool]
{
"name": "Tech Expert",
"tone": "professional",
"style": "informative",
"voice": "first-person-plural",
"description": "Authoritative technology content with practical examples, clear explanations, and a focus on actionable insights. We speak directly to developers and technical users."
}
Persona created: "Tech Expert"When to use different personas:
- Expert Tech: Tutorials developers, documentation API, comparaisons techniques
- Blogger Lifestyle: Histoires personnelles, guides of voyage, reviews products
- Authority Business: Sector analyses, white papers, case studies
- Guide Friendly: Practical articles, tutorials beginners, FAQ
You can create a unlimited number of personas and switch between them according to the content types. This maintains editorial consistency and a strong brand identity.
Step 5: Create a project & set up the brief
The projects you aident to organiser the content for different sites, campaigns or editorial series.
Why use of projects?
- Separate the different sites or campaigns
- Define of settings by default (langue, countries, persona) for each project
- Follow the content per project for the analytique and the facturation
- Maintain a consistent brand identity on related content
Create your first project:
You: "Create a project for my AI tools blog"
LLM: [Uses create_project tool]
{
"name": "AI Tools Blog",
"website_url": "https://myblog.com",
"default_lang": "en",
"default_country": "us",
"default_persona": "Tech Expert",
"description": "Weekly articles about AI productivity tools, comparisons, and tutorials"
}
Project created: "AI Tools Blog"
Default language: English (US)
Default persona: Tech ExpertStrategies of organization of projects:
- Par site web: Un project par site WordPress
- Par campaign: “Series of content Summer 2024”, “Blog of launch product”
- Par type of content: “Avis products”, “Guides practices”, “Articles of news”
- Par client: The users in agencies can separate client work into distinct projects
Step 6: [Optional] Connect Haloscan MCP
You want boost your feeds of content creation with a search SEO professional? Haloscan MCP is the compagnon ideal of Wisewand.
Ce that does Haloscan:
- 260 millions of keywords with search volume, difficulty and trend data
- 5 milliards of pages SERP for the analysis competitorielle
- Metrics of domain to understand your competition
- Opportunities of keywords based on your site authority
Le workflow in combo powerful:
You: “What keywords should I target about AI content tools?”
LLM (using Haloscan MCP): I found 47 keyword opportunities:
- “best AI tools for content creation” – 8,100 searches/mo, difficulty: 42
- “AI writing assistant comparison” – 2,900 searches/mo, difficulty: 38
- “free AI content generators” – 6,200 searches/mo, difficulty: 51
You: “Create an article targeting the first keyword with Wisewand”
LLM (using Wisewand MCP): Article created and generating…
[90 seconds more tard]
Complete! 2,847 words optimized for “best AI tools for content creation”
C’est like to have SEMRush and a content team directly integrated in your LLM.
Installer Haloscan MCP:
Guide of installation complete: https://www.haloscan.com/en/installation-du-mcp-haloscan-com
claude mcp add haloscan --scope project -e HALOSCAN_API_KEY=YOUR_HALOSCAN_KEY -- npx -y @occirank/haloscan-server@latest startReplace YOUR_KEY: Replace YOUR_KEY par your real API key Haloscan.
Step 6b: [Optional] Connect Google Search Console MCP
Complete your arsenal SEO by connecting directly Google Search Console to your LLM. Ce MCP you permet of analysisr your performances of research real without quitter your conversation.
Ce that does Google Search Console MCP:
- Data of performances — clicks, impressionsssions, CTR and position average
- Analyse of queries — discover which keywords drive traffic
- Analyse par page — identifiez your pages the best performing
- Status of indexing — check which pages are indexed
- Inspection of URL — diagnose indexing issues
- Sitemaps — handle your sitemaps directly
Le trio gagnant:
Haloscan → Research of keywords and analysis competitorielle
Google Search Console → Data of performance real of your site
Wisewand → Creation and publication of content optimized
Installer Google Search Console MCP:
Projet GitHub: github.com/nicholishen/mcp-server-gsc
Installation specific: Unlike Wisewand and HaloScan, the Google Search Console MCP requires a Google OAuth configuration (credentials). Follow the instructions detailed on the GitHub repository for the full installation.
Step 7: Create your perfect article
You are now ready for the full workflowe: of idea to publication in a single conversation.
Exemple of conversation complete:
You: “I want to create a comprehensive article about the best AI writing tools for 2024. Target keyword is ‘best AI writing tools 2024’. Make it about 2500 words, include FAQ, table of contents, and generate images.”
LLM: Perfect! I’ll create that article with full SEO optimization.
[Uses create_article tool]
Article created
Configuration:
- Keyword: “best AI writing tools 2024”
- Length: 2500 words
- FAQ: Enabled (8 questions)
- Table of Contents: Enabled
- Images: 3 AI-generated 4K images
- Project: AI Tools Blog
- Persona: Tech Expert
You: “Generate it now and wait for completeion”
LLM: [Uses generate_article tool with wait_for_completion: true]
Generating your article… this takes about 90 seconds
[After 87 secondes]
Generation complete!
Statistiques of article:
- 2 683 mots
- Score SEO: 96/100
- 12 sections semantics
- 8 entries FAQ
- 3 images generateds
- Meta description optimized
You: “Show me a preview”
LLM: [Uses get_article_output tool]
Preview of article:
Titre: Best AI Writing Tools 2024: The Complete Guide for Content Creators
Meta: Discover the 15 best AI writing tools in 2024. Compare features, pricing, and use cases to find your perfect AI writing assistant…
[Display the content mis in forme with titres, images, section FAQ and table of contents]
You: “Perfect! Publish this to my WordPress site”
LLM: [Uses publish_to_wordpress tool]
Published successfully!
URL in ligne: https://myblog.com/best-ai-writing-tools-2024
Published with:
- Statut: Published (en ligne now)
- Featured image set
- Categories: AI Tools, Reviews
- All the uploaded images
- Balises meta configured
Temps total: Environ 3 minutes of conversation + 90 seconds of generation = an article professional and SEO-optimized published in ligne.
Ce who happened behind the scenes:
- Wisewand researched the AI writing tools currently available and trending
- A structured the article with the SEO semantic in head
- A generated a FAQ based on the requests of research common
- A created a table of contents for a best experience user and a best SEO
- A generated three custom images in 4K
- A optimized the title and the description meta
- A mis in forme the content for WordPress
- A uploaded the images in your media library
- A published with the appropriate categories and the featured image
Here is the workflow that previously took 3 hours. Now it is a conversation of 5 minutes.
Transform your content creation
- De the idea to publication in 5 minutes
- SEO automatic: FAQ, TOC, meta, internal linking
- Images IA 4K custom for each article
Rejoignez the creators of content who produisent plus, mieux, and more vite.
Start creating professional content →Real-world use cases
Here is five full workflowe montrant how different users tirent parti of Wisewand MCP:
a) SEO blog series
Goal: Create a series of 5 articles on the tools of AI productivity, all interlinked for the SEO.
You: "Create 5 related articles about AI productivity:
1. Best AI Productivity Tools 2024 (overview)
2. AI Writing Assistants Comparison
3. AI Image Generators for Business
4. AI Meeting Tools Review
5. AI Automation Platforms Guide
Make them 2000-2500 words each, enable FAQ and TOC,
and configure internal linking between them."
LLM: [Uses bulk_create_articles tool]
Created 5 articles with internal linking structure
Generating them sequentially...
[5 minutes later]
All 5 full articles!
Total: 11,847 words
Internal links configured
15 images generated
Ready to publish to WordPress?Features SEO used:
- Sections FAQ answering related requests
- Table of contents for the featured snippets
- Maillage internal between articles relateds
- Structure of titles semantics (H2, H3, H4)
- Mots-keys secondaires all to the long of contenu
b) Product review site
Goal: Create of affiliate product reviews with of CTA custom and of comparison tables.
You: "Create a product review article for 'Logitech MX Master 3S Mouse'.
Include:
- Pros and cons section
- Detailed specifications
- Comparison with 3 similar products
- Custom CTA button linking to Amazon affiliate link
- Product focus images"
LLM: [Uses create_article with product review template]
Article created: "Logitech MX Master 3S Review"
[Generates with product-focused parameters]
Complete with:
- 3 product images (mouse in professional settings)
- Comparison table vs MX Master 2S, Razer Pro, Microsoft Sculpt
- Amazon affiliate CTA: "Check Latest Price on Amazon"
- Pros/cons structured for featured snippets
- Price tracking and availability infoOptimisation affiliate:
- Boutons CTA custom with links affiliate
- Images products optimized for the engagement
- Tableaux comparison for make easier the buying decision
- FAQ ciblant the questions of acheteurs
c) Multi-language expansion
Goal: Publier the same content in English, Spanish and French for different markets.
You: "Take my article about 'Remote Work Best Practices' and
create versions for:
- English (US)
- Spanish (Spain)
- French (France)
Optimize each for local SEO and cultural context."
LLM: [Uses create_article 3 times with different lang/country]
English (US) version: 2,450 words
- Keywords: "remote work tips", "work from home best practices"
- Cultural refs: US work culture, time zones
Spanish (Spain) version: 2,580 words
- Keywords: "teletrabajo consejos", "trabajo remoto prácticas"
- Cultural refs: European work regulations, siesta consideration
French (France) version: 2,520 words
- Keywords: "remote work conseils", "remote work"
- Cultural refs: French labor laws, 35-hour work week
All ready to publish to respective WordPress sites!Features of localisation:
- Pas seulement of translation — a adaptation culturelle
- Optimisation of keywords locaux
- Exemples and references propres to each region
- Mention of local regulations applicables
d) RSS auto-publishing
Goal: Monitor of RSS feeds sector-specific and generate automatically of summaries with commentary.
You: "Set up RSS monitoring for:
- TechCrunch AI feed
- The Verge tech news
Generate daily summaries with our expert commentary,
and publish to WordPress on a schedule."
LLM: [Uses create_rss_feed and configure automation]
RSS feeds configured:
- TechCrunch AI: https://techcrunch.com/tag/ai/feed
- The Verge Tech: https://theverge.com/rss/index.xml
Automation setup:
- Check feeds: Every 6 hours
- Generate: Summary + expert analysis
- Publish: Automatically to WordPress
- Persona: Tech Expert
- Length: 800-1200 words
Automation active! New articles will publish automatically.Avantages of automatisation:
- Contenu frais in continu without work manuel
- Your unique commentary added to the news
- La scheduled publishing maintient the consistency
- SEO optimization complete on the auto-generated content
e) Content refresh campaign
Goal: Mettre to day 20 old articles with of new information and improved SEO.
You: "I have 20 articles from 2022 that need updating.
Update them with:
- Current information and statistics
- New keywords and SEO optimization
- FAQ sections (they don't have them)
- Better images
Keep the same URL structure."
LLM: [Uses list_articles to find old content]
Found 20 articles from 2022...
[Uses bulk_update_posts tool]
Updating 20 articles with:
- Research for 2024 info
- Add FAQ sections
- Regenerate images
- Optimize meta tags
- Preserve URLs
Processing... (this takes about 5 minutes)
All 20 articles updated!
Average SEO score improvement: +23 points
All published with same URLs
Expect ranking improvements within 2-4 weeksStrategy of content refresh:
- Mise to day in masse of old content efficiently
- Ajout of features modern SEO (FAQ, table of contents)
- Mise to day of statistiques and of information
- Improvement of images for the engagement
- Maintien of structure URL for the SEO
The Complete Toolbox: 84 Tools Explained
Wisewand MCP provides 84 tools organized in 14 categories. Here is your reference complete:
Articles (8 tools)
Creation and management of content main
create_article— Configurer a nouvel article with the settings SEOgenerate_article— Generate the content to from configuration of articleget_article_output— Retrieve the content generatedlist_articles— Parcourir your articles with filtresget_article— Get the details and metadata of an articleupdate_article— Modify the settings of an articledelete_article— Delete an articleestimate_article_cost— Preview the cost of generation
Projects (5 tools)
Organisez the content by campaign or site web
create_project— Create a new projectlist_projects— View all projectsget_project— Get the details of a projectupdate_project— Modify the settings of a projectdelete_project— Delete a project
Personas (5 tools)
Define the styles and voice editorial
create_persona— Create a new editorial personalist_personas— View all personasget_persona— Get the details of a personaupdate_persona— Modify a personadelete_persona— Delete a persona
Connections (5 tools)
Connect-vous to WordPress, Shopify and more encore
create_connection— Add a new connection of platformlist_connections— View all connexionsget_connection— Get the details of a connectionupdate_connection— Modify a connexiondelete_connection— Delete a connexion
Publishing (5 tools)
Publiez on several plateformes
publish_to_wordpress— Publication WordPress in a clickpublish_to_shopify— Publier on the blog Shopifypublish_to_woocommerce— Integration WooCommercepublish_to_prestashop— Publication PrestaShopschedule_publication— Programmer a publication future
Category pages (8 tools)
Contenu of categories e-commerce
create_category_page— Generate of descriptions of categoriesgenerate_category_page— Create of content of category SEOget_category_output— Retrieve the content of categorylist_category_pages— Parcourir the categoriesget_category_page— Get the details of a categoryupdate_category_page— Modify a categorydelete_category_page— Delete a categorybulk_create_categories— Create several categories both
Product pages (8 tools)
Descriptions of products e-commerce
create_product_page— Configurer the content productgenerate_product_page— Generate the description productget_product_output— Retrieve the content productlist_product_pages— Parcourir the productsget_product_page— Get the details of a productupdate_product_page— Modify a productdelete_product_page— Delete a productbulk_create_products— Create several products both
Content discovery (8 tools)
Recherche of topics and ideas AI-powered
discover_topics— Find ideas of content par keyworddiscover_questions— Find the questions commondiscover_related_keywords— Expand keyword researchanalyze_competition— Analysis competitorielle of contenuget_trending_topics— Find the topics trendssuggest_content_angles— Creative angles for topicsfind_content_gaps— Identifier the content manquantgenerate_content_calendar— Schedule the editorial calendar
RSS/Feeds (5 tools)
Automatisez the content from RSS feeds
create_rss_feed— Add a source of RSS feedslist_rss_feeds— View the configured feedsget_rss_feed— Get the details of a fluxupdate_rss_feed— Modify the settings of a fluxdelete_rss_feed— Delete a flux
Bulk operations (2 tools)
Passez to the scale in the content creation
bulk_create_articles— Create several articles bothbulk_estimate_cost— Estimer the cost for the article generation in masse
Task management (2 tools)
Monitor the long-running operations
list_jobs— View active and completed tasksget_job_status— Verify the progress of a task
Article updates (8 tools)
Refresh the existing content
update_post_content— Refresh the content of an articleupdate_post_seo— Improve the elements SEOadd_post_images— Add/remplacer of imagesupdate_post_keywords— Recibler the keywordsadd_post_faq— Add a section FAQ to an article existingadd_post_toc— Add a table of contentstranslate_post— Create a translationupdate_post_meta— Modify the meta tags
Billing (2 tools)
Follow the usage and the costs
get_usage_summary— View the account usage summarylist_transactions— Parcourir the history of facturation
Utilities (3 tools)
Fonctions auxiliaires
validate_api_key— Verify the status of API keyget_supported_languages— Lister the langues disponiblesget_supported_countries— Lister the countries disponibles
Advanced tips and best practices
SEO optimization
Use always FAQ and table of contents for long-form content:
Google adore the FAQ sections for the featured snippets, and the tables of contents improvesnt the experience user while reinforcing SEO signals SEO. Enable the both for the articles of more than 1 500 mots.
create_article({
...
include_faq: true,
include_toc: true,
faq_count: 8 // Visez 6-10 questions
})Ciblez 2 000-3 000 words for the full articles:
Un content more long and exhaustif tend to better rank on the keywords competitoriels. Use the length "auto" or specify 2,000-3,000 words for the pillar content.
Use of keywords secondaires (3-5 par article):
Ne ciblez not a seul keyword. Incluez 3 to 5 keywords secondaires relateds for you rank on davantage of requests and build your topical authority.
create_article({
keyword: "best AI writing tools",
secondary_keywords: [
"AI content generators",
"automated writing software",
"AI copywriting tools",
"content creation AI"
]
})Enable the internal linking:
Wisewand can automatically suggest and add internal links to your related content, thus improving the structure of site and the SEO.
Publishing strategy
Brouillon first, review, then publication:
Re-read always the content before publishing. Generate the articles, use get_article_output to review, make the required edits, then publishesz.
# Generate in draft
generate_article({ wait_for_completion: true })
# Review the sortie
get_article_output({ article_id: "..." })
# If satisfaisant, publishing
publish_to_wordpress({
article_id: "...",
status: "publish" // or "draft" to review in WP first
})Use scheduled publishing for your editorial calendar:
schedule_publication({
article_id: "...",
publish_date: "2024-03-15T09:00:00Z",
platform: "wordpress"
})Testez the personas before the creation in masse:
Create an article with a new persona, review the result, refine the persona if required, then use-le for the content creation in masse.
Image generation
Use of prompts custom for best visuels:
create_article({
...
image_prompt: "Modern minimalist office setup with laptop and coffee,
natural lighting, professional photography style, 4K"
})Choose the ratio according to the platform:
| Ratio | Usage recommended |
|---|---|
16:9 | Images to the a of blog, vignettes YouTube |
1:1 | Networks sociaux, Instagram |
4:3 | Format blog traditionnel |
9:16 | Stories, TikTok, Reels |
Images integrated for a best engagement:
Enable the images integrated to aerate the text and improve the readability. Wisewand automatically places the images to the sections pertinentes.
Frequently Asked Questions
Do I need Claude Desktop or the Claude Code CLI?
Compatible with the deux! The users Desktop configurent the servers MCP in the settings (claude_desktop_config.json), the users CLI utilisent the command claude mcp add. The features are identiques — choisissez the interface who you convient.
What should I do if I get the “Cannot connect to Wisewand API” error?
Verify first your API key on https://app.wisewand.ai/api and confirmez the format (doit commencer par sk_live_ or sk_test_).Make sure you copied the complete key. If the key is correct, check your connection internalt and the settings of pare-feu.
Can I use this tool without WordPress?
Absolutely! Wisewand generates content that you can use anywhere — Medium, Ghost, static sites, Notion or all other platform. WordPress integration is optional but practical for direct publishing. You can always export the HTML/Markdown generated and use it wherever you need it.
How long does article generation take?
Generally 30 to 180 seconds according to the length and the features. Un article of 1 000 words with images prend around 45 secondes. Un article complete of 3 000 words with FAQ, table of contents and several images prend around 90 to 120 secondes. Use wait_for_completion: true for that your LLM attende and you notifie to the fin.
Can I customize the writing style?
Oui! Create of personas for define the ton (professionnel, casual, friendly), the style (informatif, persuasive, narrative) and the voice (first person, third person). You can create a unlimited number of personas for different content types and switch easily between eux.
Which languages are supported?
9 langues: English, French, Spanish, German, Italian, Portuguese, Dutch, polonais and roumain. The content not est not seulement traduit — it is localized with a SEO tailored to each region, of references cultural and optimized for 28 different countries.
What is the cost per article?
Use estimate_article_cost for preview the exact costs. Typically 10 to 20 credits for standard 1,000-2,000 word articles with images. The costs varient according to the length, the number of images and the features enabled (FAQ, table of contents, etc.). You can always check your usage with get_usage_summary.
Can I track my usage?
Oui! Use get_usage_summary for a vue of together or list_transactions for the detailed history. You can filter par date range, project or transaction type to understand exactement where your credits are used.
Can I connect multiple WordPress sites?
Absolutely! Create several connections with of noms different (par ex. “Blog main”, “Site client 1”, “Portfolio”). Each connection can to have ses propres identifiants, and you can specify which connection to use when publishing.
Is it compatible with Shopify/WooCommerce?
Oui! Wisewand prend in charge Shopify, WooCommerce and PrestaShop for the content of blog as well as the pages products and categories. Use the dedicated publishing tools (publish_to_shopify, publish_to_woocommerce, etc.) for each platform.
Can I update existing content?
Oui! Use the tools update_posts for refresh of old articles with of new information, improved SEO, of sections additional (FAQ, table of contents), of best images or a reciblage of keywords. Ideal for campaigns of content refresh in order to improve the ranking of existing articles.
What is the difference between Wisewand and Haloscan MCP?
Haloscan effectue the research SEO (mots-keys, search volume, analysis SERP, competition) with access to 260 millions of keywords. Wisewand creates and publishes the content actually. Use both together for the full workflowe: researchz of keywords with Haloscan, create of content optimized with Wisewand, publishesz on WordPress. C’est like to have SEMRush + a content team integrated in your LLM.
Can I generate 100 articles in bulk?
Oui! Use bulk_create_articles with a table of topics. Gardez to the esprit the usage of credits — check first with estimate_article_cost. For the very large bulk operations (50+ articles), envisagez of running par lots and use the tools of monitoring of tasks to track the progress.
Is the content unique and SEO-optimized?
Absolutely. Each article is uniquely generated, never duplicated nor template-based. The content is designed to rank on the first page of Google thanks to semantic SEO, natural language, a correct title hierarchy, of FAQ sections ciblant the featured snippets and a meta optimization. The style editorial is humain and engageant — not robotique ni manifestement generated par IA.
Can I add my own research or sources to the articles?
Oui! Lors of creation of articles, you can fournir of contexte custom, researchs, of data or of sources to inclure. Mentionnez-les simply in your conversation with your LLM, and they will be integrated in the article. You can also mettre to day the articles generated with of information additional before publishing.
Start creating professional content today
We have built Wisewand MCP because we understand the challenges of content creation. As founders who have personally struggled against the fragmented and time-consuming process of content generation professionnel, we voulions some thing of best — some thing who we permettrait of we focus on the strategy and creativity rather than on manual formatting and the uploads.
Le result is the MCP of content creation the more complete disponible. 84 tools couvrant everything, from initial research to final publishing. SEO optimization integrated in each article. The multi-language support for global reach. And the beautifultiful architecture API designede par our CTO Julian who rend all this without effort.
But ce dont I suis the more fier, ce not est not the accomplissement technique — it is the time that we rendons to the creators of contenu. Three hours reduced to 15 minutes. Whole weeks of work compressed into an afternoon. The mental energy saved by no longer having to juggle five tools different and to hope that that nothing not casse during the upload.
C’est of time that you can devote to strategy, to creativity and to the development of your business.
Ready to transform your content creation workflow?
Get started in 3 simple steps
- Obtenez your API key gratuite
- Install in a commande
- Create your first article in 90 secondes
# 2. Install Wisewand MCP
claude mcp add wisewand -- npx -y @wisewandtools/mcp-server@latest3. Read the full documentation
API documentation
- Documentation for the humains: api.wisewand.ai/docs
- Documentation for the LLMs (JSON): api.wisewand.ai/docs/json
Complete mcp.json configuration
Here is the file mcp.json complete with Wisewand and HaloScan configured together:
{
"mcpServers": {
"wisewand": {
"command": "npx",
"args": ["-y", "@wisewandtools/mcp-server@latest"],
"env": {
"WISEWAND_API_KEY": "sk_live_YOUR_WISEWAND_KEY"
}
},
"haloscan": {
"command": "npx",
"args": ["-y", "@occirank/haloscan-server@latest", "start"],
"env": {
"HALOSCAN_API_KEY": "YOUR_HALOSCAN_KEY"
}
}
}
}Ce file fonctionne with: Claude Desktop (claude_desktop_config.json), Cursor (.cursor/mcp.json), VS Code (.vscode/mcp.json) and Windsurf (~/.codeium/windsurf/mcp_config.json). Replace the API keys with your own.
Des questions? Feedback? We are here to help you.
