← All add-ons

MxChat MCP Server

Version 1.0.6 · Updated 4 weeks ago

Expose your MxChat install as a Model Context Protocol server so Claude, ChatGPT, and any MCP-aware agent can list transcripts, inspect bots, and push knowledge — natively, no per-message fees.

Features

  • JSON-RPC 2.0 endpoint at /wp-json/mxchat-mcp/v1/mcp speaking the MCP spec
  • Bearer-token auth that reuses your MxChat REST API token — no second secret to manage
  • Read-only or admin role gating from a dedicated MxChat → MCP Server admin page
  • Connect snippets for Claude Code, ChatGPT desktop, and mcp-inspector with one-click copy
  • Tool set focused on chatbot ops: bot_info, list_transcripts, search_transcripts, list_knowledge, add_knowledge
  • WooCommerce extension: list_products, get_product, list_orders, get_order, search_customers

What's new

Version 1.0.6

  • New Optional WordPress content tools for connected AI agents. Enable them under MxChat, MCP Server, Tools and an agent such as Claude Code or ChatGPT can list, read, create, and update your posts and pages over MCP — for example, read your chatbot's most-asked questions and draft a post that answers them, saved as a draft for your review. Off by default; new posts save as drafts; publishing requires the Admin role plus WordPress publish permission; editing another author's post requires edit-others permission; and there is no delete tool.
  • Improved When an AI agent creates or updates a post over MCP, MxChat now tells it if WordPress removed any markup while saving. On some sites, most often a multisite network or a custom user role, WordPress security filtering strips things like style blocks, script tags, or embedded media from the submitted content, and previously this happened silently with no signal back to the agent. The tool result now includes a clear notice describing what was removed and why, so the agent and you know the saved post differs from what was sent instead of discovering it later.