MCP server intelligence profile

WordPress Plugin Directory MCP Server

Enables searching, downloading, extracting, and comparing WordPress.org plugins with local plugins via natural language

Local Onlyjuanma-wp
Awaiting current scanNpm · 1.0.5

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
8Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install wordpress-org-mcp-server from npm

Version 1.0.5 declares 1 executable entrypoint.

npm install --save-exact wordpress-org-mcp-server@1.0.5
npx -y -p wordpress-org-mcp-server@1.0.5 wordpress-org-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "wordpress-org-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "wordpress-org-mcp-server@1.0.5",
        "wordpress-org-mcp-server"
      ]
    }
  }
}

Identity

Canonical slugwordpress-plugin-directory-mcp-server-36ece5d7DeploymentLocal Only
Canonical packagenpm:wordpress-org-mcp-serverRepositoryjuanma-wp/wordpress-org-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmwordpress-org-mcp-server1.0.51Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmwordpress-org-mcp-server1.0.5CurrentSep 5, 20268 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2024-11-05Negotiated protocol
wordpress-org-mcp-serverServer-reported name
1Capability groups
Aug 22, 2026Observed

Tools 8

ToolCategoryAnnotationsRisk
compare_pluginsCompare a local plugin with a WordPress.org plugin
Input schema
{
  "type": "object",
  "properties": {
    "local_path": {
      "type": "string",
      "description": "Path to local plugin directory"
    },
    "wp_org_slug": {
      "type": "string",
      "description": "WordPress.org plugin slug to compare against"
    },
    "format": {
      "type": "string",
      "enum": [
        "summary",
        "detailed"
      ],
      "description": "Output format (default: \"summary\")",
      "default": "summary"
    }
  },
  "required": [
    "local_path",
    "wp_org_slug"
  ]
}
download_pluginDownload a plugin from WordPress.org
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Plugin slug to download"
    },
    "version": {
      "type": "string",
      "description": "Plugin version (default: \"latest\")",
      "default": "latest"
    }
  },
  "required": [
    "slug"
  ]
}
extract_pluginExtract a downloaded plugin ZIP file
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Plugin slug to extract"
    },
    "zip_path": {
      "type": "string",
      "description": "Path to the plugin ZIP file (optional if already downloaded)"
    }
  },
  "required": [
    "slug"
  ]
}
get_file_diffGet detailed diff for a specific file between local and WordPress.org plugin
Input schema
{
  "type": "object",
  "properties": {
    "local_path": {
      "type": "string",
      "description": "Path to local plugin directory"
    },
    "wp_org_slug": {
      "type": "string",
      "description": "WordPress.org plugin slug"
    },
    "file_path": {
      "type": "string",
      "description": "Relative path to the file to diff"
    }
  },
  "required": [
    "local_path",
    "wp_org_slug",
    "file_path"
  ]
}
get_plugin_infoGet detailed information about a specific plugin
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Plugin slug (e.g., \"jwt-authentication-for-wp-rest-api\")"
    }
  },
  "required": [
    "slug"
  ]
}
list_plugin_filesList files in an extracted plugin
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Plugin slug"
    },
    "extension": {
      "type": "string",
      "description": "Filter by file extension (e.g., \".php\", \".js\")"
    }
  },
  "required": [
    "slug"
  ]
}
read_plugin_fileRead the contents of a specific file from an extracted plugin
Input schema
{
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Plugin slug"
    },
    "file_path": {
      "type": "string",
      "description": "Relative path to the file within the plugin"
    }
  },
  "required": [
    "slug",
    "file_path"
  ]
}
search_pluginsSearch for WordPress.org plugins by keyword
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query for plugins"
    },
    "limit": {
      "type": "number",
      "description": "Maximum number of results (default: 10)",
      "default": 10
    }
  },
  "required": [
    "query"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

WordPress Plugin Directory MCP Server questions

How do I install WordPress Plugin Directory MCP Server?

Install the selected package version with: npm install --save-exact wordpress-org-mcp-server@1.0.5

What tools does WordPress Plugin Directory MCP Server provide?

WordPress Plugin Directory MCP Server exposed 8 tools during independent protocol observation, including compare_plugins, download_plugin, extract_plugin, get_file_diff, get_plugin_info, list_plugin_files, read_plugin_file, search_plugins.

Is WordPress Plugin Directory MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.