← Back to Plugins
MCP Server MCP

Neural Draft

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @neuraldraft/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@neuraldraft/mcp",
      "version": "0.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Project API key from your Neural Draft dashboard. Format: ndsk_live_… (production) or ndsk_test_… (test mode). Get one at https://neuraldraft.io/dashboard/api-keys.",
          "isRequired": true,
          "isSecret": true,
          "name": "NEURALDRAFT_API_KEY"
        },
        {
          "description": "Override the API base URL. Defaults to https://api.neuraldraft.io/v1. Useful for staging or local dev.",
          "name": "NEURALDRAFT_API_URL"
        },
        {
          "description": "Optional project override when one API key spans multiple projects.",
          "name": "NEURALDRAFT_PROJECT_ID"
        },
        {
          "description": "Optional friendly server name shown in your IDE's MCP list (useful when you run multiple Neural Draft projects in parallel).",
          "name": "NEURALDRAFT_DISPLAY_NAME"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...