Strapi MCP server for content management#3194
Open
pwizla wants to merge 51 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Admin tokens are no longer behind a future flag. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
nclsndr
reviewed
May 21, 2026
Comment on lines
+339
to
+344
| - **Components**: Component fields are passed as untyped (`any`) in tool schemas. The AI client can read and write component data, but the schema does not describe the component's internal structure. | ||
| - **Dynamic zones**: Dynamic zone fields are passed as untyped arrays in tool schemas. | ||
| - **Relations**: Relation fields accept document IDs (e.g., `"z7v8zma53x01r6oceimv922b"`) as input. The advanced `connect`/`disconnect` relation syntax is not yet supported in MCP tool schemas. | ||
| - **Nested population parameters**: The `list` and `get` tools do not support nested population parameters for relations. | ||
| - **Media upload**: Media fields accept existing media asset references but the MCP server cannot upload new files. Use Strapi's media library or upload API to add files first, then reference them in MCP tool calls. | ||
| - **Custom fields**: Custom fields registered via plugins are mapped to their underlying Strapi type. If the custom field registry is not populated when MCP tools are registered, the custom field falls back to an `unknown` type. |
Contributor
There was a problem hiding this comment.
This might/should change before release
Collaborator
Author
There was a problem hiding this comment.
Noted, Nico, thanks!
If it's updated while I'm off, feel free to create suggestions in GH comments and commit them 😊
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-authored-by: Nico André <nicolas.andre@strapi.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pwizla
commented
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds documentation for Strapi's built-in MCP server and reorganizes the AI docs section.
cms/features/strapi-mcp-server.mdfor-developers.mdinto its own page atcms/ai/docs-mcp-server.mdadminTokensfeature flag referencesDirect preview link 👉 here