Skip to main content
Glama

WordPress MCP

Official
by Automattic

search-posts

Locate specific WordPress posts by title or keyword using this tool, enabling efficient content retrieval and management within the WordPress MCP framework.

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