Skip to main content
Glama

WordPress MCP

Official
by Automattic

search-posts

Locate WordPress posts by title or keyword using structured and secure interaction with WordPress sites via the Model Context Protocol.

Instructions

Search for WordPress posts by title or keyword

Input Schema

NameRequiredDescriptionDefault
titleYesPost title or keyword

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "title": { "description": "Post title or keyword", "minLength": 1, "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

Other Tools from WordPress MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Automattic/wordpress-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server