← Back to browse

devkit-for-strapi-mcp

Indexed by io.github.PaulRichez

About

Accurate Strapi project facts (UIDs, schemas, references) for AI agents — no more guessed UIDs.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDEVKIT_LICENSE_KEY
Claude Code
claude mcp add --env DEVKIT_LICENSE_KEY= devkit-for-strapi-mcp -- npx devkit-for-strapi-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"devkit-for-strapi-mcp","command":"npx","args":["devkit-for-strapi-mcp"],"env":{"DEVKIT_LICENSE_KEY":""}}'
JSON
{
  "mcpServers": {
    "devkit-for-strapi-mcp": {
      "command": "npx",
      "args": [
        "devkit-for-strapi-mcp"
      ],
      "env": {
        "DEVKIT_LICENSE_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.