← Back to Plugins
MCP Server MCP

io.github.cvrt-jh/wordpress-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @cavort-it-systems/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cavort-it-systems/wordpress-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "WordPress site URL (e.g., https://example.com)",
          "isRequired": true,
          "format": "string",
          "name": "WORDPRESS_SITE_URL"
        },
        {
          "description": "WordPress username",
          "isRequired": true,
          "format": "string",
          "name": "WORDPRESS_USERNAME"
        },
        {
          "description": "WordPress Application Password (Users > Profile > Application Passwords)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WORDPRESS_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...