Get your AI development environment up and running in just 15 minutes with our interactive setup wizard
The fastest way to get started with the synaptic
git clone https://github.com/johanlido/Synaptic.gitDownload the synaptic to your local machine
cd ai-mcp-templateEnter the template directory
./scripts/interactive-setup.shStart the guided setup wizard (macOS/Linux)
.\scripts\setup.batRun setup script for Windows users
Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Install Node.js: brew install nodeInstall Python: brew install pythonInstall Git: xcode-select --installDownload Claude Desktop from claude.aiDownload and install Node.js from nodejs.orgDownload and install Python from python.orgDownload and install Git from git-scm.comDownload Claude Desktop from claude.aiEnable PowerShell execution: Set-ExecutionPolicy RemoteSignedUpdate packages: sudo apt update && sudo apt upgradeInstall Node.js: curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - && sudo apt-get install -y nodejsInstall Python: sudo apt install python3 python3-pipInstall Git: sudo apt install gitUse Claude web interface at claude.aiValidates Node.js, Python, Git, and Claude Desktop installation
Choose which MCP servers to install (Perplexity, Automation, Figma)
Sets up environment variables and Claude Desktop integration
Verifies installation and provides troubleshooting guidance