ainative strapi mcp server for VS Code
io.github.ainative-studio/ainative-strapi-mcp-server
Strapi CMS MCP — natural-language content management: create, manage, and publish content.
client:VS Code
transport:stdio
runtime:npm
Install ainative strapi mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"ainative-strapi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-strapi-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs