WordPress MCP Server

@rnaga/wp-mcp is a Model Context Protocol (MCP) server for WordPress that turns your site into an AI-operable surface. By exposing WordPress CRUD primitives to clients like Claude Desktop, an assistant can draft a post on demand, refine it collaboratively, and publish it straight into your database - no trip through wp-admin required. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface.

People connecting web framework tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-22 · ★ 9 · #23 OF 48 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install WordPress MCP Server

before you install - you'll need

Set LOCAL_USERNAME, REMOTE_AUTH_TYPE, REMOTE_URL, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_DOMAIN before connecting.

Claude Code

claude mcp add rnaga-wp-mcp -- npx -y @rnaga/wp-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rnaga-wp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rnaga/wp-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @rnaga/wp-mcp - published under the repo owner's npm scope (@rnaga)

registry namespace io.github.rnaga is GitHub-verified and matches the repo owner

03 · Who maintains WordPress MCP Server

WordPress MCP Server is maintained by rnaga. It's the only MCP server we track from this author; the repo dates to Sep 2025.

04 · Facts

category
web framework - ranked #23 of 48 actively-maintained web framework servers as of 2026-08-25.
registry
io.github.rnaga/wp-mcp (active, first published 2025-10-20 · 6 versions)
packages
npm:@rnaga/wp-mcp

05 · WordPress MCP Server FAQ

What is WordPress MCP Server?

@rnaga/wp-mcp is a Model Context Protocol (MCP) server for WordPress that turns your site into an AI-operable surface. By exposing WordPress CRUD primitives to clients like Claude Desktop, an assistant can draft a post on demand, refine it collaboratively, and publish it straight into your database - no trip through wp-admin required. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface.

Is WordPress MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-22. We re-verify nightly.

How do I install WordPress MCP Server?

Run `npx -y @rnaga/wp-mcp`. The README documents 6 environment variables (LOCAL_USERNAME, REMOTE_AUTH_TYPE, REMOTE_URL…) to set first. Set LOCAL_USERNAME, REMOTE_AUTH_TYPE, REMOTE_URL, OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET, OAUTH_DOMAIN before connecting. You can also paste the ready-made client config above.

Does WordPress MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to WordPress MCP Server

More web framework MCP servers · App CN · Ephemeris MCP · WordPress MCP · Tilda MCP · Word Aligner

More TypeScript MCP servers · Roamzy Io MCP Server · Agent Deals · RAG Vault · Rolliinc MCP Server · Cli2mcp · see all