Skip to main content
Glama

WordPress MCP

Official
by Automattic

get-post

Retrieve a WordPress post by its ID using the Model Context Protocol. Simplify data access for AI applications by fetching specific posts securely and efficiently.

Instructions

Get a WordPress post by its ID

Input Schema

NameRequiredDescriptionDefault
postIdYesPost ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "postId": { "description": "Post ID", "minimum": 0, "type": "number" } }, "required": [ "postId" ], "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