Model Context Protocol (MCP) server for AINative Strapi CMS - manage blog posts, tutorials, and events through standardized AI agent interfaces
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"
]
}
}
}
Run in terminal:
claude mcp add ainative-strapi-mcp- npx -y AINative-Studio/ainative-strapi-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ainative-strapi-mcp-": {
"command": "npx",
"args": [
"-y",
"AINative-Studio/ainative-strapi-mcp-server"
]
}
}
}