What is the Neural Draft MCP server?
Neural Draft MCP — CMS, blog, bookings, galleries, commerce. 38 tools.
How to install Neural Draft
Copy-paste configuration for popular MCP clients.
NEURALDRAFT_API_KEYrequiredsecretProject 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.
NEURALDRAFT_API_URLOverride the API base URL. Defaults to https://api.neuraldraft.io/v1. Useful for staging or local dev.
NEURALDRAFT_PROJECT_IDOptional project override when one API key spans multiple projects.
NEURALDRAFT_DISPLAY_NAMEOptional friendly server name shown in your IDE's MCP list (useful when you run multiple Neural Draft projects in parallel).
{
"mcpServers": {
"neuraldraft-mcp": {
"command": "npx",
"args": [
"-y",
"@neuraldraft/mcp"
],
"env": {
"NEURALDRAFT_API_KEY": "<YOUR_NEURALDRAFT_API_KEY>",
"NEURALDRAFT_API_URL": "<YOUR_NEURALDRAFT_API_URL>",
"NEURALDRAFT_PROJECT_ID": "<YOUR_NEURALDRAFT_PROJECT_ID>",
"NEURALDRAFT_DISPLAY_NAME": "<YOUR_NEURALDRAFT_DISPLAY_NAME>"
}
}
}
}{
"mcpServers": {
"neuraldraft-mcp": {
"command": "npx",
"args": [
"-y",
"@neuraldraft/mcp"
],
"env": {
"NEURALDRAFT_API_KEY": "<YOUR_NEURALDRAFT_API_KEY>",
"NEURALDRAFT_API_URL": "<YOUR_NEURALDRAFT_API_URL>",
"NEURALDRAFT_PROJECT_ID": "<YOUR_NEURALDRAFT_PROJECT_ID>",
"NEURALDRAFT_DISPLAY_NAME": "<YOUR_NEURALDRAFT_DISPLAY_NAME>"
}
}
}
}{
"mcpServers": {
"neuraldraft-mcp": {
"command": "npx",
"args": [
"-y",
"@neuraldraft/mcp"
],
"env": {
"NEURALDRAFT_API_KEY": "<YOUR_NEURALDRAFT_API_KEY>",
"NEURALDRAFT_API_URL": "<YOUR_NEURALDRAFT_API_URL>",
"NEURALDRAFT_PROJECT_ID": "<YOUR_NEURALDRAFT_PROJECT_ID>",
"NEURALDRAFT_DISPLAY_NAME": "<YOUR_NEURALDRAFT_DISPLAY_NAME>"
}
}
}
}{
"servers": {
"neuraldraft-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@neuraldraft/mcp"
],
"env": {
"NEURALDRAFT_API_KEY": "<YOUR_NEURALDRAFT_API_KEY>",
"NEURALDRAFT_API_URL": "<YOUR_NEURALDRAFT_API_URL>",
"NEURALDRAFT_PROJECT_ID": "<YOUR_NEURALDRAFT_PROJECT_ID>",
"NEURALDRAFT_DISPLAY_NAME": "<YOUR_NEURALDRAFT_DISPLAY_NAME>"
}
}
}
}claude mcp add neuraldraft-mcp --env NEURALDRAFT_API_KEY=<YOUR_NEURALDRAFT_API_KEY> --env NEURALDRAFT_API_URL=<YOUR_NEURALDRAFT_API_URL> --env NEURALDRAFT_PROJECT_ID=<YOUR_NEURALDRAFT_PROJECT_ID> --env NEURALDRAFT_DISPLAY_NAME=<YOUR_NEURALDRAFT_DISPLAY_NAME> -- npx -y @neuraldraft/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.