Skip to main content
Glama
457,778 tools. Updated 2026-08-14 15:38

"Strapi" matching MCP tools:

  • Get version, plugins, content types, and locales of a connected Strapi instance to understand its configuration and capabilities.
    MIT
  • Execute REST API calls to Strapi CMS for content management. Read data using populate, filters, and pagination. Write operations (POST, PUT, DELETE) require setting userAuthorized to true after user consent.
    MIT
  • Upload files to Strapi media library from a public URL or base64 data. Supports images, documents, and videos with alt text and caption.
    MIT
  • Retrieve a single Strapi entry by its document ID (Strapi 5) or ID (Strapi 4) using the content type and optional query parameters for population or filtering.
    MIT
  • Delete a Strapi entry by documentId (Strapi 5) or id (Strapi 4) using the REST API. Provide the content type and identifier to remove the entry.
    MIT

Matching MCP Servers