The Strapi MCP server is now GA in v5.49.0 π
Expose your content types as agent-callable tools, scoped by an Admin token. An agent can list, draft, and publish against the same schema your editors use.
Image Upload to Strapi via REST API
π Upload from http://Next.js, test with Postman
β Multipart/form-data handling explained
π Tutorial: strapi.link/3Q0iqnrstrapi.link/3Q0iqnr
Advanced Search with Strapi, http://Next.js and Algolia
π Index Strapi content in Algolia
β Fast full-text search UI in http://Next.js
π Tutorial: strapi.link/3Qq0Aucstrapi.link/3Qq0Auc
How To Extend Strapi's MCP Server With a Custom Tools via a Plugin
π Enable Strapi's built-in MCP server with one line of config
β Build custom MCP tools the auto-CRUD can't cover
π‘ Wrap them in a plugin for shareable, versionable workflows
β οΈ Avoid the Admin Token vs API Token gotcha that breaks setups
π Full tutorial: strapi.link/4xCugoI
Your Strapi content just became something an AI agent can read and write. The MCP server is here (in beta), and it's only part of what shipped this spring. Check it out!
strapi.link/3QmhFoV
Getting Started with Strapi MCP π₯³
π Watch full video: strapi.link/3QPjhYr@strapijs MCP is now in beta β and it ships by default from v5.47.
Here's what the video walks through:
π Enable MCP in http://server.ts and connect Strapi to @claudeai Desktop
β οΈ Admin API + admin tokens run the show β content API permissions don't apply
β Register your own services as custom MCP tools
Paul even wired two Strapi instances together to chat with his data.
π strapi.link/3QPjhYr
Eve.dev is Next.js for agents.
I built Next with a simple premise: πππππ/πππππ‘.ππ is all you need. Put some React in there and youβre good to go.
Eve asks for even less. πππππ/ππππππππππππ.ππ. Put some English in there and youβre good to go.
Like Next, it embraces the filesystem. You can guess what πππππ/πππππ’-ππ.ππ does. An agent is just a directory, whose entire spec fits in the tweet below.
And like Next on Vercel, itβs seamless to deploy. The infra, like Sandbox, Gateway, Workflowβ¦ is the output of your creation.
Contentful to Strapi Migration with Claude Code
π Watch the full video: strapi.link/4fL6zUK
Learn how to migrate your complete project from Contentful to Strapi 5 using a Claude Code Skill without writing any code.
Contentful just got acquired by Salesforce. If you're rethinking:
π° Reducing SaaS costs
π§ Gaining more control over your infrastructure
π Avoiding Vendor lock-in or
π’ Looking for an open source CMS
πWatch the full video: strapi.link/4fL6zUK
Pagination and Infinite Scrolling in Astro JS with Strapi
π Both patterns via Strapi's REST API
β Know when to use each
π Tutorial: strapi.link/49JNZshstrapi.link/49JNZsh
Building Docs for the AI Era, Part 1: Self-Healing Docs
In this guide, @pwizla shares how Strapi uses AI, GitHub Actions, and progressive cost gating:
π How Strapi built a nightly pipeline that watches every code change and auto-generates doc PRs when needed
π‘ Progressive cost gating: regex first, cheap AI for triage, capable model only when justified
β 2 months in production β 213 PRs scanned, 22 doc PRs generated
π Read more: strapi.link/4eMEzy3
Astro and Strapi Website Tutorial Part 1
π Set up Strapi and model your content types
β Connect your Astro frontend from scratch
π Start here: strapi.link/4xehOLJstrapi.link/4xehOLJ
Astro Actions with Vanilla JavaScript and Strapi 5
π Server-side logic without a separate API
β Strapi 5 + Astro Actions in plain JS
π Tutorial: strapi.link/4fxMmBKstrapi.link/4fxMmBK