strapi-plugin-ai-sdk

PaulBratslavsky/strapi-plugin-ai-sdk
★ 3 stars TypeScript AI/LLM Updated 2d ago
Strapi v5 plugin with AI chat, MCP server, TTS, and 3D avatar — powered by Vercel AI SDK and Anthropic Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "strapi-plugin-ai-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "PaulBratslavsky/strapi-plugin-ai-sdk"
      ]
    }
  }
}