← Back to browse

Neural Draft

Indexed by io.github.vbalagovic

About

Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools.

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 varsNEURALDRAFT_API_KEY NEURALDRAFT_API_URL NEURALDRAFT_PROJECT_ID NEURALDRAFT_DISPLAY_NAME
Claude Code
claude mcp add --env NEURALDRAFT_API_KEY= --env NEURALDRAFT_API_URL= --env NEURALDRAFT_PROJECT_ID= --env NEURALDRAFT_DISPLAY_NAME= neuraldraft-mcp -- npx @neuraldraft/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":"neuraldraft-mcp","command":"npx","args":["@neuraldraft/mcp"],"env":{"NEURALDRAFT_API_KEY":"","NEURALDRAFT_API_URL":"","NEURALDRAFT_PROJECT_ID":"","NEURALDRAFT_DISPLAY_NAME":""}}'
JSON
{
  "mcpServers": {
    "neuraldraft-mcp": {
      "command": "npx",
      "args": [
        "@neuraldraft/mcp"
      ],
      "env": {
        "NEURALDRAFT_API_KEY": "",
        "NEURALDRAFT_API_URL": "",
        "NEURALDRAFT_PROJECT_ID": "",
        "NEURALDRAFT_DISPLAY_NAME": ""
      }
    }
  }
}

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