Skip to content

ainative strapi mcp server for Cursor

io.github.ainative-studio/ainative-strapi-mcp-server

Strapi CMS MCP — natural-language content management: create, manage, and publish content.

client:Cursor transport:stdio runtime:npm

Install ainative strapi mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ainative-strapi-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ainative-strapi-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ainative strapi mcp server in other clients