PluginBench
MCP Server
Maintained
MIT

io.github.cvrt-jh/wordpress-mcp MCP Server

io.github.cvrt-jh/wordpress-mcp

What is the io.github.cvrt-jh/wordpress-mcp MCP server?

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

How to install io.github.cvrt-jh/wordpress-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WORDPRESS_SITE_URL
    required

    WordPress site URL (e.g., https://example.com)

  • WORDPRESS_USERNAME
    required

    WordPress username

  • WORDPRESS_PASSWORD
    required
    secret

    WordPress Application Password (Users > Profile > Application Passwords)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "<YOUR_WORDPRESS_SITE_URL>",
        "WORDPRESS_USERNAME": "<YOUR_WORDPRESS_USERNAME>",
        "WORDPRESS_PASSWORD": "<YOUR_WORDPRESS_PASSWORD>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "<YOUR_WORDPRESS_SITE_URL>",
        "WORDPRESS_USERNAME": "<YOUR_WORDPRESS_USERNAME>",
        "WORDPRESS_PASSWORD": "<YOUR_WORDPRESS_PASSWORD>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "<YOUR_WORDPRESS_SITE_URL>",
        "WORDPRESS_USERNAME": "<YOUR_WORDPRESS_USERNAME>",
        "WORDPRESS_PASSWORD": "<YOUR_WORDPRESS_PASSWORD>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wordpress-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/wordpress-mcp"
      ],
      "env": {
        "WORDPRESS_SITE_URL": "<YOUR_WORDPRESS_SITE_URL>",
        "WORDPRESS_USERNAME": "<YOUR_WORDPRESS_USERNAME>",
        "WORDPRESS_PASSWORD": "<YOUR_WORDPRESS_PASSWORD>"
      }
    }
  }
}
Claude Code
claude mcp add wordpress-mcp --env WORDPRESS_SITE_URL=<YOUR_WORDPRESS_SITE_URL> --env WORDPRESS_USERNAME=<YOUR_WORDPRESS_USERNAME> --env WORDPRESS_PASSWORD=<YOUR_WORDPRESS_PASSWORD> -- npx -y @cavort-it-systems/wordpress-mcp

Related MCP servers

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

3
TypeScript
MIT
View repository →