Strapi MCP Server

by misterboe

strapi_get_components

Retrieve all components from Strapi CMS with pagination, including component data and metadata such as page number, page size, total items, and page count.

Instructions

Get all components from Strapi with pagination support. Returns both component data and pagination metadata (page, pageSize, total, pageCount).

Input Schema

NameRequiredDescriptionDefault
pageNoPage number (starts at 1)
pageSizeNoNumber of items per page
serverYesThe name of the server to connect to

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "Page number (starts at 1)", "minimum": 1, "type": "number" }, "pageSize": { "default": 25, "description": "Number of items per page", "minimum": 1, "type": "number" }, "server": { "description": "The name of the server to connect to", "type": "string" } }, "required": [ "server" ], "type": "object" }

You must be authenticated.

Other Tools from Strapi MCP Server

Related Tools

ID: qfdkybxvkp