FREE MCP v6.16.0

@respira/wordpress-mcp-server

180+ MCP tools for WordPress — the only MCP server with native page builder support and context-aware tool filtering. v6.14.0: opt-in per-tool-call usage telemetry to power the per-site / per-tool cost breakdown on the Respira dashboard at https://www.res

View on npm Source

Install

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

MCP client config

{
  "command": "npx",
  "args": ["-y", "@respira/wordpress-mcp-server"],
  "env": { "SPAWNPAY_API_KEY": "spk_live_..." }
}

Drop this into your Claude Desktop or Cursor config. Agents call the tool, payments settle automatically.

Make it paid

This MCP is currently free. Authors can wrap any tool in two lines using spawnpay-paywall to charge per call in USDC. Keep 99.5%, no payment infra.

// Node — npm install spawnpay-paywall
import { paywall } from 'spawnpay-paywall';
const myTool = paywall(
  { price: 0.005, vendor: 'SP_yourCode' },
  originalToolFn
);

About

Package
@respira/wordpress-mcp-server
Version
6.16.0
Author
mihai_respira
Published
2026-05-19
Keywords
mcp, model-context-protocol, wordpress, wp, wordpress-api, wordpress-rest-api, wordpress-plugin, wordpress-development

Related MCPs

Browse all MCPs →