Strapi Plugin AI Chat — AI skill for Claude Code
Strapi v5 plugin with AI chat, MCP server, TTS, and 3D avatar — powered by Vercel AI SDK and Anthropic Claude.
How to install Strapi Plugin AI Chat
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open PaulBratslavsky/strapi-plugin-ai-chat and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Strapi Plugin AI Chat does
Strapi v5 plugin with AI chat, MCP server, TTS, and 3D avatar — powered by Vercel AI SDK and Anthropic Claude.
Alternatives in AI
- Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
- Anthropic SDK TypeScript — Access to Anthropic's safety-first language model APIs in TypeScript 2.1k ★
- Coding Agent Template — Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway 1.8k ★
README
AI Chat for Strapi
AI chat inside the Strapi v5 admin, with a tool system your own plugins extend, and an MCP server that hands the same tools to external clients.
The chat is the surface people see. Underneath it is a tool registry: this plugin ships content tools out of the box, any other plugin can contribute its own through a small service contract, and everything registered is exposed to external AI clients through Strapi's built-in MCP server. One definition, three consumers.
Bring your own model. Anthropic, or anything OpenAI-compatible you run yourself.
Highlights
- Bring your own model. Anthropic, or open-source models you run yourself. Nothing assumes a vendor.
- Runs fully local. Qwen, Gemma, Llama and friends via Ollama, vLLM or llama-swap. Your content never leaves the machine. Read Choosing a model first, since model size decides whether tool calling actually works.
- Per-tool permissions. Grant
searchContentwithout grantingsendEmail, per role and per token. - MCP built in. Registers its tools onto Strapi's official
/mcpendpoint for Claude Desktop and other clients. - Extensible. Other plugins contribute tools through a small service contract.
- Guardrails. Prompt-injection screening on chat input.
- Shows you the budget. A context badge reports how much of the model's window the conversation is using, which is the failure that otherwise looks like broken tool calling.
- Shows the thinking. Reasoning models stream their reasoning into a collapsible panel instead of pausing silently.
Overview
Strapi holds unpublished drafts, customer records and internal documents. This plugin gives a model tools that read and write them, which makes the choice of where inference happens a real decision rather than a detail. You can keep all of it inside your own network.
There are exactly two surfaces:
| Surface | Where | Authenticates with | Tools it can use |
|---|---|---|---|
Related Skills
Community Agent Template
Open source AI-powered Slack community management bot with a built-in Next.js admin panel. Uses Chat SDK, AI S
Unpress
Open-source MCP server that migrates WordPress sites to Next.js + Sanity CMS + Vercel with AI-powered design a
Slash Nextjs
Token-optimized AI chat. Next.js + Vercel AI SDK + slash-tokens/auto. One import. Every call optimized.
Klaudimero
Self-hosted AI assistant service and native iOS/macOS app powered by Claude Code — streaming chat, scheduled j
AI SDK Provider Claude Code
🔌 Claude Code provider for Vercel AI SDK - use ANY AI SDK tool without MCP servers
AI Playground
A playground app demonstrating Sentry MCP integration with Vercel AI SDK and Claude
Related Agents
AI Architect
Specializes in architecting AI-powered applications on Vercel — choosing between AI SDK patterns, configuring
Vercel AI SDK Expert
Use for Vercel AI SDK v5 implementation work: chat interfaces, tool calling, streaming, agentic loop control,
Research Hooks MCP
Researches Claude Code hooks and MCP server configuration from official Anthropic documentation. Shared by /sm