Skip to main content
Glama
zhuylanz

@lapage/strapi-mcp

by zhuylanz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STRAPI_URLNoStrapi base URL, for example https://cms.example.com.
STRAPI_TOKENNoAlias for STRAPI_API_TOKEN.
STRAPI_API_URLNoAlias for STRAPI_URL.
STRAPI_API_TOKENNoStrapi API token for REST content and media operations.
STRAPI_ADMIN_TOKENNoToken for content-manager/admin schema discovery. Falls back to STRAPI_API_TOKEN.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
strapi_healthB

Check the configured Strapi server is reachable.

strapi_requestA

Make an arbitrary authenticated request to Strapi. Use this for custom endpoints and admin/content-manager endpoints.

strapi_list_content_typesB

List Strapi content types via the content-manager API. Requires STRAPI_ADMIN_TOKEN or an API token with access.

strapi_get_content_type_schemaB

Get a content type schema via the content-manager API. Requires STRAPI_ADMIN_TOKEN or an API token with access.

strapi_list_entriesB

List entries for a Strapi collection type using the REST API.

strapi_get_entryA

Get one Strapi entry by documentId in Strapi 5 or id in Strapi 4.

strapi_create_entryC

Create a Strapi entry using the REST API.

strapi_update_entryA

Update a Strapi entry by documentId in Strapi 5 or id in Strapi 4 using the REST API.

strapi_delete_entryA

Delete a Strapi entry by documentId in Strapi 5 or id in Strapi 4 using the REST API.

strapi_list_mediaB

List Strapi Media Library files using /api/upload/files.

strapi_get_mediaA

Get one Strapi Media Library file by file id.

strapi_upload_media_from_urlA

Create a Strapi Media Library item by downloading a URL and uploading it to /api/upload.

strapi_upload_media_from_fileA

Create a Strapi Media Library item by uploading a local file path from this machine.

strapi_update_media_infoA

Update Strapi Media Library file metadata such as name, alternativeText, or caption.

strapi_delete_mediaB

Delete a Strapi Media Library file by file id.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/zhuylanz/lapage-strapi-mcp'

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