Loading MCP server directory, please wait...
Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools.
npx @getmcp/cli add io.github.vbalagovic/neuraldraft-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NEURALDRAFT_API_KEYProject 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.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.vbalagovic/neuraldraft-mcp": {
"command": "npx",
"args": [
"-y",
"@neuraldraft/mcp"
],
"env": {
"NEURALDRAFT_API_KEY": "",
"NEURALDRAFT_API_URL": "",
"NEURALDRAFT_PROJECT_ID": "",
"NEURALDRAFT_DISPLAY_NAME": ""
}
}
}
}