Strapi MCP Server

strapi_get_content_types

Get all content types from Strapi. Returns the complete schema of all content types.

Input Schema

NameRequiredDescriptionDefault
serverYesThe name of the server to connect to

Input Schema (JSON Schema)

{ "properties": { "server": { "description": "The name of the server to connect to", "type": "string" } }, "required": [ "server" ], "type": "object" }