Skip to main content
Glama
521,397 tools. Updated 2026-09-06 11:00

"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
  • List all user-created content types in your Strapi instance. Use this to discover available content before querying entries.
    MIT
  • Retrieve all reusable components from Strapi. Use this to find available shared field groups like SEO metadata or address blocks.
    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

Matching MCP Servers