devkit for strapi mcp for Cursor
io.github.paulrichez/devkit-for-strapi-mcp
Accurate Strapi project facts (UIDs, schemas, references) for AI agents — no more guessed UIDs.
client:Cursor
transport:stdio
runtime:npm
Install devkit for strapi mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"devkit-for-strapi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devkit-for-strapi-mcp"
],
"env": {
"DEVKIT_LICENSE_KEY": "<DEVKIT_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs