CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Respira WordPress MCP

respira-press/respira-wordpress-mcp
5authSTDIOregistry active
Summary

Connects AI tooling to WordPress sites through the Respira plugin, exposing 172+ tools for page builder manipulation across 12 builders including Elementor, Divi, and Flatsome. Goes beyond standard REST API wrappers with element-level find/update/remove operations, HTML to native builder conversion, bulk edits across hundreds of pages, and storefront design intelligence. Ships with context-aware tool filtering that narrows the exposed toolset based on your site's detected builder and active plugins. Requires the commercial Respira WordPress plugin and API key. The npm wrapper is MIT licensed, but the underlying plugin infrastructure is proprietary. If you need AI to actually edit page builder content rather than just create posts, this fills that gap.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Respira v6.0 Storefront — AI Infrastructure for WordPress

Respira WordPress MCP Server

180+ MCP tools. 12 page builders. Context-aware tool filtering. The AI infrastructure layer for WordPress.
Element-level editing, full page creation, HTML-to-builder conversion with rendering fidelity validation, per-site tool governance, storefront design intelligence, stock images, bulk operations — all through one MCP server.

npm version npm downloads 172+ Tools 12 Page Builders TypeScript

Website • Docs • Plugin • Support • WooCommerce Add-on


What this repo is, what it isn't

This repository is the public listing for the Respira WordPress MCP server. The actual server source ships on npm as @respira/wordpress-mcp-server — that wrapper code is MIT-licensed and you're welcome to read, fork, or vendor it.

The server is a client for the Respira WordPress plugin, not a standalone product. To do real work it needs:

  • The Respira for WordPress plugin installed on your site
  • A valid Respira API key bound to a license

The plugin (1000+ PHP files implementing builder intelligence, snapshots, governance, etc.) is not open source. It's distributed under a commercial license. Free trial available at respira.press; paid plans start at €9/mo.

In short: the wrapper you npx -y is open. The product behind it isn't. If you want a self-contained "AI-edits-WordPress" stack with no commercial dependency, this isn't it — and that's by design. The plugin is built and maintained full-time, and the license fees are how that happens.

For security reports see SECURITY.md.


What Makes Respira Different

Other WordPress MCP servers wrap the REST API. They can create posts and pages, but they can't touch your page builder content.

Respira includes a WordPress plugin that gives AI native access to 12 page builders — plus element-level precision, full page creation from structure, HTML-to-builder conversion, storefront design intelligence, stock image search, and bulk operations across hundreds of pages.

New in v6.0: Context-Aware Tool Filtering

The MCP server automatically filters the tool list based on your site's detected builder and active plugins. A Divi site without WooCommerce sees ~130 tools instead of ~170. Less noise, faster AI responses, lower token usage. Fail-open: if detection fails, the full list is returned.

CapabilityRespiraOther MCP Servers
Page builder support12 builders (incl. Flatsome)None
Element-level find/update/move/removeYesNo
Build full pages from structureYesNo
Convert HTML to native builderYesNo
Stock image search + sideloadYesNo
Bulk operations (100 pages/call)YesNo
27 widget shortcuts (add_heading, etc.)YesNo
Duplicate-before-edit safetyYesNo
Snapshot rollbackYesNo
SEO / Core Web Vitals / AEO analysisYesNo
WooCommerce (products, orders, inventory)Yes (add-on)No
Tool governance (per-tool enable/disable)YesNo

Quick Start (3 Minutes)

Step 1: Install the WordPress Plugin

Download from respira.press/plugin → upload to WordPress → activate → go to Respira > API Keys → generate a key.

Step 2: Configure Your AI Tool

Claude Code
claude mcp add respira-wordpress -- npx -y @respira/wordpress-mcp-server
Cursor

Create .cursor/mcp.json in your project:

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"]
    }
  }
}
Windsurf

Add to your Windsurf MCP configuration:

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"]
    }
  }
}
Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "respira-wordpress": {
      "command": "npx",
      "args": ["-y", "@respira/wordpress-mcp-server"]
    }
  }
}

Step 3: Add Your Site

Create ~/.respira/config.json:

{
  "sites": [
    {
      "id": "my-site",
      "name": "My WordPress Site",
      "url": "https://yoursite.com",
      "apiKey": "respira_your-api-key",
      "default": true
    }
  ]
}

Or run the interactive setup wizard: npx @respira/wordpress-mcp-server --setup

Tool Limit? Use enabledTools

Some MCP clients (Antigravity, etc.) have a hard limit on active tools (often 100). Respira exposes 172 tools by default. To stay under the limit, add enabledTools to your config — only those tools will appear in the listing:

{
  "sites": [{ "..." : "..." }],
  "preferences": {
    "enabledTools": [
      "respira_read_page",
      "respira_update_page",
      "respira_list_pages",
      "respira_find_element",
      "respira_update_element",
      "respira_build_page",
      "respira_get_site_context",
      "respira_get_builder_info"
    ]
  }
}

Site management tools (respira_list_sites, respira_switch_site, respira_get_active_site) are always included. Unlisted tools still work if called — the filter only controls what's advertised to the client.

Done. Restart your AI tool and start editing.


v6.3 — MCP Protocol Compliance

structuredContent in All Tool Results

Every successful tool response now includes structuredContent — the raw JSON object — alongside the existing content[0].text (stringified JSON). This follows the MCP 2025-06-18 spec. Clients that understand structuredContent get direct programmatic access to tool results without parsing JSON from text. Older clients are unaffected — the content array is still there.

Improved Error Taxonomy

Unknown tool names now return a proper CallToolResult with isError: true and a hint to discover available tools, instead of throwing a protocol-level JSON-RPC error. This lets LLMs self-correct gracefully rather than hitting a hard protocol failure.


v6.0 "Storefront" — What's New

Context-Aware Tool Filtering

The MCP server automatically filters the tool list based on your site's detected builder and active plugins. A Divi site without WooCommerce sees ~130 tools instead of ~170. Less noise, faster AI responses, lower token usage. Fail-open: if detection fails, the full list is returned.

Flatsome UX Builder (Builder #12)

Full round-trip shortcode editing, element-level precision, declarative page creation, and 55-element intelligence. Detected by active theme — mixed-builder sites handled per-page.

15 New WooCommerce Commerce Tools

Storefront design intelligence bridges commerce data and page builder visuals. Bulk pricing, catalog health audits, advanced filtering, natural language product search. Total WooCommerce tools: 36.

Element-Level Operations

Find, update, move, duplicate, and remove individual elements inside any page builder — by ID, type, CSS class, or content text.

respira_find_element({ post_id: 42, identifier_type: "type", identifier_value: "heading" })
respira_update_element({ post_id: 42, identifier_type: "content", identifier_value: "Old Title", updates: { heading: "New Title" } })

Build Full Pages

Create complete pages from a declarative widget structure in one call.

respira_build_page({ title: "Services", structure: [
  { type: "heading", settings: { heading: "Our Services", tag: "h1" } },
  { type: "text", settings: { text: "<p>We build amazing things.</p>" } },
  { type: "button", settings: { text: "Get Started", link: "/contact" } }
]})

HTML-to-Builder Conversion

Convert any HTML into native builder widgets — with CSS extraction, responsive mapping, and a fidelity report.

respira_convert_html_to_builder({ html: "<section>...</section>", options: { title: "Homepage", preserve_tokens: true } })
→ { page_id: 123, fidelity: { score: 92, sections_matched: 14 } }

Stock Images

Search Openverse (Creative Commons) and sideload directly into the Media Library with auto-attribution.

respira_search_stock_images({ query: "mountain landscape", per_page: 10 })
respira_sideload_image({ url: "https://...", caption: "Photo by...", alt: "Mountain" })

Bulk Operations

Apply changes across up to 100 pages in a single call — with mandatory snapshots for rollback.

respira_bulk_pages_operation({ page_ids: [12, 15, 18, 22], operation: { type: "find_and_replace", find: "2025", replace: "2026" } })

27 Widget Shortcuts

One-liner tools to add any widget to a page without building the full structure:

respira_add_heading({ post_id: 42, title: "Hello World", tag: "h2" })
respira_add_button({ post_id: 42, text: "Buy Now", url: "/shop" })
respira_add_image({ post_id: 42, image_url: "https://..." })

12 Supported Page Builders

Elementor Divi 5 Bricks Flatsome

BuilderSupport LevelElement OpsBuild PageDynamic Schemas
ElementorFull IntelligenceNative APIYesYes — runtime control registry
Divi 5Full IntelligenceNative APIYesYes — 40+ module definitions
Divi 4Full IntelligenceTree utilityYesStatic schemas
FlatsomeFull IntelligenceTree utilityYesYes — 55-element intelligence
Beaver BuilderFull SupportTree utilityYesStatic schemas
BricksFull IntelligenceNative APIYesYes — 20 dedicated tools, ACSS integration
GutenbergFull SupportTree utilityYesBlock registry
OxygenSmart DefaultsTree utilityYesStatic schemas
WPBakerySmart DefaultsTree utilityYesStatic schemas
BreakdanceSmart DefaultsTree utilityYesStatic schemas
BrizyBasicTree utilityBest-effort—
Thrive ArchitectBasicTree utilityBest-effort—
Visual ComposerBasicTree utilityBest-effort—

All Tools

Bricks Deep Intelligence (20 tools) — NEW in v5.4

ToolDescription
respira_list_bricks_global_classesList all global CSS classes with settings
respira_create_bricks_global_classCreate a new global CSS class
respira_update_bricks_global_classUpdate an existing global class (merge)
respira_delete_bricks_global_classDelete a global class by ID
respira_get_bricks_theme_stylesGet site-wide theme style configuration
respira_update_bricks_theme_stylesUpdate theme styles (full replace)
respira_get_bricks_color_paletteGet color palette groups
respira_update_bricks_color_paletteUpdate color palette (full replace)
respira_get_bricks_typographyGet global CSS variables and typography scales
respira_update_bricks_typographyUpdate global variables and categories
respira_list_bricks_componentsList all Bricks templates/components
respira_get_bricks_componentGet a component with full element structure
respira_apply_bricks_componentInsert a component into a page with ID remapping
respira_search_bricks_elementsNEW Search across all pages by element type, class, or setting
respira_bricks_health_checkNEW Diagnostic: orphaned elements, duplicate IDs, broken refs
respira_bricks_detect_acssNEW Detect Automatic.css installation and design tokens
respira_bricks_import_acssNEW Import ACSS utility classes into Bricks global registry
respira_bricks_query_loopsNEW Find all query loop elements, filter by post type
respira_bricks_style_profileNEW Analyze page design patterns (colors, spacing, typography)
respira_bricks_design_systemNEW Single-call export of complete Bricks design system

Element Operations (7 tools) — NEW in v5.2

ToolDescription
respira_find_elementFind element by ID, type, CSS class, or content text
respira_update_elementUpdate settings on a specific element
respira_move_elementMove element to a different container/position
respira_duplicate_elementClone an element with new IDs
respira_remove_elementRemove an element from the page
respira_batch_updateApply multiple operations atomically (extract once → apply all → inject once)
respira_reorder_elementsReorder children within a container

Page Building (3 tools) — NEW in v5.2

ToolDescription
respira_build_pageCreate a complete page from declarative widget structure
respira_convert_html_to_builderConvert HTML into native builder widgets with fidelity report
respira_bulk_pages_operationApply operations across up to 100 pages with mandatory snapshots

Stock Images (2 tools) — NEW in v5.2

ToolDescription
respira_search_stock_imagesSearch Openverse for Creative Commons images
respira_sideload_imageDownload and import image into Media Library with attribution

27 Widget Shortcuts — NEW in v5.2

Add any widget to a page in one call:

respira_add_heading · respira_add_text · respira_add_button · respira_add_image · respira_add_video · respira_add_section · respira_add_divider · respira_add_spacer · respira_add_icon · respira_add_icon_list · respira_add_social_icons · respira_add_form · respira_add_map · respira_add_counter · respira_add_progress_bar · respira_add_testimonial · respira_add_tabs · respira_add_accordion · respira_add_toggle · respira_add_alert · respira_add_html · respira_add_menu · respira_add_sidebar · respira_add_search · respira_add_gallery · respira_add_slider · respira_add_pricing_table

Page Builder Tools (6 tools)

ToolDescription
respira_get_builder_infoActive builder, version, modules, support level
respira_extract_builder_contentExtract structured content from any page
respira_inject_builder_contentReplace page content with builder data
respira_update_moduleUpdate one module by path or label (v1 — use update_element for v2)
respira_find_builder_targetsFind editable targets in a page
respira_apply_builder_patchApply a JSON patch to builder content

Pages & Posts (14 tools)

ToolDescription
respira_list_pages / respira_read_pageList and read pages with builder detection
respira_update_page / respira_delete_pageUpdate (with safe duplicate) and delete
respira_create_page_duplicateCreate working copy before editing
respira_list_posts / respira_read_postList and read posts
respira_update_post / respira_delete_postUpdate and delete posts
respira_create_post_duplicateDuplicate a post
respira_list_custom_posts / respira_get_custom_postCustom post types
respira_create_custom_post / respira_update_custom_post / respira_delete_custom_postCRUD for CPTs

Snapshots & Rollback (4 tools)

ToolDescription
respira_list_snapshotsList all snapshots for a post
respira_get_snapshotGet snapshot content
respira_diff_snapshotsCompare two snapshots
respira_restore_snapshotRestore a previous version

Analysis (8 tools)

ToolDescription
respira_analyze_seoFull SEO audit with actionable recommendations
respira_analyze_performancePage speed and optimization
respira_get_core_web_vitalsLCP, FID, CLS scores
respira_analyze_aeoAI search engine optimization
respira_analyze_readabilityFlesch score, sentence analysis
respira_analyze_imagesImage optimization audit
respira_check_seo_issuesTechnical SEO checklist
respira_check_structured_dataSchema.org validation
respira_analyze_rankmathRankMath score + ready-to-apply fixes
respira_scan_page_accessibilityWCAG accessibility scan
respira_list_accessibility_scansPrevious scan history
respira_get_accessibility_scanDetailed scan results + violations
respira_apply_accessibility_fixesAuto-fix a11y violations

Menus (8 tools)

ToolDescription
respira_list_menus / respira_get_menu / respira_create_menu / respira_update_menu / respira_delete_menuFull menu CRUD
respira_list_menu_items / respira_get_menu_item / respira_create_menu_item / respira_update_menu_item / respira_delete_menu_itemMenu item management
respira_list_menu_locations / respira_assign_menu_locationTheme location assignment

Media (5 tools)

ToolDescription
respira_list_media / respira_get_mediaBrowse media library
respira_upload_media / respira_update_media / respira_delete_mediaUpload, update metadata, delete
respira_update_media_batchBulk update alt text, title, caption (up to 50 items)

Users & Comments (7 tools)

ToolDescription
respira_list_users / respira_get_user / respira_create_user / respira_update_user / respira_delete_userUser management
respira_list_comments / respira_get_comment / respira_create_comment / respira_update_comment / respira_delete_commentComment operations

Taxonomies (5 tools)

ToolDescription
respira_list_taxonomies / respira_get_taxonomyBrowse taxonomies
respira_list_terms / respira_get_term / respira_create_term / respira_update_term / respira_delete_termTerm CRUD
respira_list_post_types / respira_get_post_typePost type info

Site & Plugins (10 tools)

ToolDescription
respira_get_site_contextWordPress version, theme, plugins, URL
respira_get_theme_docsTheme documentation and structure
respira_list_plugins / respira_install_plugin / respira_activate_plugin / respira_deactivate_plugin / respira_update_plugin / respira_delete_pluginPlugin management
respira_list_options / respira_get_option / respira_update_option / respira_delete_optionWordPress options
respira_validate_securitySecurity audit
respira_get_server_compatibilityPlugin/MCP version check

Multi-Site (3 tools)

ToolDescription
respira_list_sitesList all configured WordPress sites
respira_switch_siteSwitch active site
respira_get_active_siteGet current site info

WooCommerce Add-on (36 tools)

Available when the WooCommerce add-on is installed. Included free with Studio and Founder plans.

CategoryTools
Storefront intelligence (NEW in v6.0)analyze_shop_page, analyze_product_page, update_product_card_layout, add_low_stock_badge, add_sale_badge, update_checkout_layout
Catalog operations (NEW in v6.0)list_products_advanced, bulk_update_products, analyze_catalog_health, find_product_by_natural_language
Pricing (NEW in v6.0)bulk_update_prices, schedule_sale, revert_pricing
Inventory (NEW in v6.0)bulk_update_stock, find_low_stock
Product CRUDlist_products, get_product, create_product, update_product, duplicate_product
Order managementlist_orders, get_order, update_order_status
Inventory controlget_stock_status, update_stock
Product categorieslist_categories, get_category, create_category, update_category, delete_category
Product tagslist_tags, get_tag, create_tag, update_tag, delete_tag
Analyticssales_report

Safe Editing

Every mutation creates a snapshot. Roll back anytime.

  1. Snapshot captured before every edit
  2. Duplicate-before-edit — original stays untouched
  3. Approval workflow — review changes in WordPress admin
  4. Rollback — restore any snapshot with respira_restore_snapshot

Tool Governance

Admins can enable/disable individual tools from the WordPress dashboard. Governance applies to both REST API and WebMCP/Abilities API paths.


Multi-Site Support

Manage multiple WordPress sites from one config:

{
  "sites": [
    { "id": "production", "name": "Production", "url": "https://mysite.com", "apiKey": "respira_prod_key", "default": true },
    { "id": "staging", "name": "Staging", "url": "https://staging.mysite.com", "apiKey": "respira_staging_key" }
  ]
}

Switch sites: respira_switch_site({ siteId: "staging" })

For agencies managing many sites, use the hosted setup at respira.press/dashboard/mcp to generate configs and install commands from your account.


Tool Naming: respira_*

All tools use respira_* names (e.g. respira_update_page, respira_find_element). The legacy wordpress_* aliases are deprecated and will be removed in a future release. Update any prompts or workflows that still reference wordpress_* tools.


WordPress AI Ecosystem

Respira works with the official WordPress AI stack:

PathHow it worksRequirements
Standalone MCP (this package)npx @respira/wordpress-mcp-serverNode 18+, Respira plugin
WordPress MCP AdapterAbilities auto-discovered via WP-CLI STDIOWP 6.9+, MCP Adapter, Respira v5.0+
WebMCPBrowser-native MCP via Chrome Abilities APIChrome 146+, Respira plugin

Quick Install

Three paths — pick the one that matches how you work.

One-command install (recommended)

npx add-mcp "npx -y @respira/wordpress-mcp-server"

Auto-detects your AI tool (Claude Code, Cursor, Windsurf, Codex, and 9+ more) and writes the correct config file. Powered by add-mcp.

After running, set your environment variables:

# In your shell profile or .env
export WORDPRESS_URL="https://yoursite.com"
export WORDPRESS_API_KEY="respira_your_key"

Interactive setup wizard

npx @respira/wordpress-mcp-server --setup

Walks you through site URL, API key, HTTP auth (for staging sites), and connection testing. Saves config to ~/.respira/config.json.

Manual configuration

See the Quick Start section above for per-tool JSON config examples (Cursor, Claude Code, Claude Desktop, Windsurf).


Installation Options

NPX (Easiest)

npx -y @respira/wordpress-mcp-server

Zero-install. Good for trying it out. Downside: the npx cache can get corrupted (interrupted installs, external drives, antivirus quarantine) and produce confusing ENOENT errors. If you hit any, see Troubleshooting below.

Global Install (Most Stable — Recommended for Daily Use)

npm install -g @respira/wordpress-mcp-server
respira-wordpress-mcp

Avoids the npx cache entirely. Best choice if you're using Respira every day or hit any npx-related errors.

Interactive Setup Wizard

npx @respira/wordpress-mcp-server --setup

CLI Options

FlagAliasDescription
--setupInteractive setup wizard
--listList configured sites
--testTest connection
--stdioSTDIO transport (MCP Adapter)
--doctor-dRun health diagnostics
--doctor --jsonHealth diagnostics as JSON
--helpHelp

Environment Variables

export WP_SITE_URL=https://your-site.com
export WP_API_KEY=respira_your-api-key

Health Check

Verify your setup is working end-to-end:

npx @respira/wordpress-mcp-server --doctor

Checks Node.js version, config file, site connectivity, plugin version, API compatibility, and available updates. Reports pass/fail for each check with actionable messages.

npx @respira/wordpress-mcp-server --doctor --json

Machine-readable output for CI/CD pipelines or AI tool diagnostics.


Troubleshooting

Windows: 'npx' not recognized

Use the full path:

{ "command": "C:\\Program Files\\nodejs\\npx.cmd", "args": ["-y", "@respira/wordpress-mcp-server"] }

Or install globally: npm install -g @respira/wordpress-mcp-server then use { "command": "respira-wordpress-mcp" }.

Connection failed
  1. Check API key: WordPress > Respira > API Keys
  2. URL must include https://
  3. Plugin must be activated
  4. Check if hosting blocks REST API
"HTML instead of JSON" / homepage redirect on every tool call

Some WordPress sites have plugin or theme rewrite rules that catch /wp-json/[anything] and rewrite the path to index.php without the ?rest_route= query var. The result: WordPress's redirect_canonical() 301-redirects the request to the homepage (you'll see x-redirect-by: WordPress on the redirect chain), and the MCP server gets HTML back where it expected JSON.

Since v6.11.2, the MCP server auto-detects this and transparently retries the call as ?rest_route=... against the site root. If the retry returns JSON, it sets a per-session sticky flag and routes every subsequent call directly through ?rest_route=, with one stderr warning on first activation.

For sites where you know this rewrite shadowing is in play, you can skip the pretty-permalink probe entirely by adding forceRestRoute: true to the site config:

{
  "sites": [
    {
      "id": "my-site",
      "name": "My WordPress Site",
      "url": "https://yoursite.com",
      "apiKey": "respira_your-api-key",
      "default": true,
      "forceRestRoute": true
    }
  ]
}

Run wordpress_diagnose_connection for triangulation — it now probes both the pretty path and the ?rest_route= form, and reports rest_route_fallback_worked, rest_route_fallback_active, and force_rest_route_configured.

Tools not showing
  1. Restart your AI tool completely
  2. Validate JSON syntax in config file
  3. Check config file location
  4. Run npx @respira/wordpress-mcp-server --test to verify
ENOENT errors mentioning /_npx/ or node_modules

Your npx cache is corrupted. Common causes: interrupted install, external drive disconnected mid-install, antivirus quarantining files, or npm cache clean running while npx was active.

Fix with one of these (in order of preference):

# 1. Switch to global install — most stable, recommended
npm install -g @respira/wordpress-mcp-server
# then in your AI client config, use:
#   "command": "respira-wordpress-mcp"   (no "npx" wrapper)

# 2. Or clear the npx cache and let it rebuild
npx clear-npx-cache
npx -y @respira/wordpress-mcp-server

# 3. Or nuke the entire npm cache
npm cache clean --force

Security

API key validation happens server-side in the WordPress plugin. The MCP server passes credentials but does not store or validate them.

Report vulnerabilities to security@respira.press.


Links

  • Website
  • Documentation
  • Download Plugin
  • WooCommerce Add-on
  • Support

Where to Find Respira

DirectoryListing
npm@respira/wordpress-mcp-server
Official MCP Registryio.github.webmyc/respira-wordpress
Smitherysmithery.ai
Glamaglama.ai/mcp/servers
mcp.somcp.so
cursor.directorycursor.directory

License

MIT © Respira


172 tools. 12 builders. The AI infrastructure layer for WordPress.
respira.press

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

WORDPRESS_URL

WordPress site URL for the single-site env setup.

WORDPRESS_API_KEYsecret

Respira API key for the single-site env setup.

RESPIRA_CONFIG_B64secret

Base64-encoded multi-site Respira config JSON.

RESPIRA_CONFIG_FILE

Path to a Respira config JSON file.

Registryactive
Package@respira/wordpress-mcp-server
TransportSTDIO
AuthRequired
UpdatedJun 9, 2026
View on GitHub