Skip to main content
Glama

WordPress MCP Server

get-comments

Retrieve and manage comments from any WordPress site by specifying site URL, username, and password. Filter by post ID, limit results per page, and paginate through comments efficiently.

Instructions

Get a list of comments from a WordPress site

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
passwordYesWordPress application password
perPageNoNumber of comments per page
postIdNoFilter comments by post ID
siteUrlYesWordPress site URL
usernameYesWordPress username

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "description": "Page number", "minimum": 1, "type": "number" }, "password": { "description": "WordPress application password", "type": "string" }, "perPage": { "description": "Number of comments per page", "maximum": 100, "minimum": 1, "type": "number" }, "postId": { "description": "Filter comments by post ID", "type": "number" }, "siteUrl": { "description": "WordPress site URL", "format": "uri", "type": "string" }, "username": { "description": "WordPress username", "type": "string" } }, "required": [ "siteUrl", "username", "password" ], "type": "object" }

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/prathammanocha/wordpress-mcp-server'

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