https://mcp.neus.network/mcp
One-command setup
Install everything detected on the machine in one step:neus setup configures hosted MCP for detected editors and signs you in automatically. It uses NEUS_ACCESS_KEY from the environment when set; otherwise it starts OAuth for the selected host. Cursor, VS Code, and Claude Code use browser sign-in on neus.network. Codex uses codex mcp login neus. Pass --access-key <npk_...> to override.
Use --json for scripts.
Disconnect
Migrate your workspace
Import existing IDE configuration into a portable NEUS manifest, then export it for another workspace.--from auto detects Claude Code, Cursor, and Claude Desktop workspaces.
Named sources:
Client setup
Per-editor install paths (Cursor, VS Code, Claude Code, and more): Install NEUS.neus setup connects Cursor, Codex, VS Code, Claude Code, and Cline in one command.
| Host | User scope | Project scope |
|---|---|---|
| Cursor | ~/.cursor/mcp.json | ./.cursor/mcp.json |
| Codex | ~/.codex/config.toml through codex mcp add | User-scoped |
| VS Code | macOS: ~/Library/Application Support/Code/User/mcp.json · Linux: ~/.config/Code/User/mcp.json · Windows: %APPDATA%\Code\User\mcp.json | ./.vscode/mcp.json |
| Claude Code | claude mcp add → ~/.claude.json | ./.mcp.json |
| Cline | cline_mcp_settings.json in Cline settings | Project-scoped |
npx -y -p @neus/sdk neus auth --client codex or codex mcp login neus after setup.
First session
Ask your assistant: “Use NEUS Verify before taking sensitive actions.” Runneus check to confirm live connection. Assistants read live receipts with neus_proofs_get when details are needed.
Install NEUS
Connect NEUS in Cursor, VS Code, Claude Code, and more.
MCP OAuth
OAuth flow and token security.
Auth
Keys, headers, and disconnect.