WordPress.org Search MCP Server

Powerful API access to WordPress.org resources through Model Context Protocol

WordPress.org Search MCP Server

Access WordPress.org data through a secure, authenticated API

Get Started Try with MCP Inspector

Features

🔍

Theme Search

Search and discover WordPress themes with advanced filtering options.

🧩

Plugin Search

Find the perfect WordPress plugins for your projects with comprehensive metadata.

📚

Function Reference

Access documentation for WordPress core functions.

🔒

Secure Authentication

Powered by GitHub OAuth for secure access control.

Fast & Reliable

Built on Cloudflare Workers for global performance and reliability.

🧱

Block Patterns

Browse and search WordPress block patterns library.

Available Tools

Our MCP server provides the following tools for accessing WordPress.org data:

Theme APIs

• wporg_query_themes - Search and filter WordPress.org themes
• wporg_get_theme_information - Get detailed information about a specific theme
• wporg_list_theme_hot_tags - Get popular theme tags
• wporg_list_theme_features - Get available theme features

Plugin APIs

• wporg_query_plugins - Search and filter WordPress.org plugins
• wporg_get_plugin_information - Get detailed information about a specific plugin
• wporg_list_plugin_hot_tags - Get popular plugin tags

Block Pattern & Function APIs

• wporg_browse_block_patterns - Browse and search WordPress block patterns
• wporg_search_wp_functions - Search WordPress core function documentation

Getting Started

Connect to this MCP server using any MCP-compatible client:

Using Claude Desktop

{
  "mcpServers": {
    "wporg": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp-wp-search.hidetaka.dev/sse"
      ]
    }
  }
}

Using Inspector

Run the following command and connect to https://mcp-wp-search.hidetaka.dev/sse:

npx @modelcontextprotocol/inspector@latest