ainative-strapi-mcp-server

AINative-Studio/ainative-strapi-mcp-server
★ 0 stars JavaScript 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for AINative Strapi CMS - manage blog posts, tutorials, and events through standardized AI agent interfaces
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ainative-strapi-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "AINative-Studio/ainative-strapi-mcp-server"
      ]
    }
  }
}