mcpbeat Sign in

Wordpress MCP Server

local only

Wordpress MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 50 installs a week from npm. Last commit 27 Mar 2026.

Lightweight WordPress MCP server - 42 tools, token-optimized (95% smaller responses)

Installs per day peak 18 · avg 9 · +15% w/w
a month agotoday
50
Installs / week
npm · @cavort-it-systems/wordpress-mcp
3
Stars
1 open issues
27 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wordpress MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wordpress-mcp -- npx -y @cavort-it-systems/wordpress-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wordpress-mcp]
command = "npx"
args = ["-y", "@cavort-it-systems/wordpress-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WORDPRESS_SITE_URL (WordPress site URL (e.g., https://example.com)), WORDPRESS_USERNAME (WordPress username), WORDPRESS_PASSWORD (WordPress Application Password (Users > Profile > Application Passwords)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wordpress MCP

same job, measured the same way
Clickup MCP
by cvrt-jh

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

43 installs/wk local only
Github MCP Server
by crypto-ninja

AI-optimized GitHub MCP server: 112 tools, 98% token reduction, compact responses.

183 installs/wk local only
Discord MCP
by pasympa

A lightweight, multi-guild Discord MCP server with 95+ tools

615 installs/wk local only
Devrag
by tomohiro-owada

Lightweight local RAG MCP server. 40x token reduction.

local only
Daimonos
by beardfaceguy

Agent-optimized MCP server with structured JSON tools. 20-45% token savings.

local only
Figma Context MCP
by felixanhalt

LLM-optimized Figma MCP server.

758 installs/wk local only
Figma To Code MCP
by felixanhalt

LLM-optimized Figma MCP server.

165 installs/wk local only
Memory MCP Lite
by thuupx

A lightweight, structured, token-efficient local-first MCP memory server

61 installs/wk local only

Wordpress MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Wordpress MCP?
Wordpress MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cavort-it-systems/wordpress-mcp was installed 50 times last week.
How do I connect Wordpress MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cavort-it-systems/wordpress-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wordpress MCP?
The npm package @cavort-it-systems/wordpress-mcp was installed 50 times in the last week. Week over week that is +15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wordpress MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.