Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neus.network/llms.txt

Use this file to discover all available pages before exploring further.

NEUS for Claude Code connects Claude Code to hosted NEUS MCP and adds a small trust-workflow skill for proof receipts, agent identity, delegation, and access-key hygiene. For Cursor, VS Code, and most local assistants, use MCP setup. Claude Code users can use the plugin below when they want the bundled skill.

What you get

The neus-mcp plugin includes:
  • Hosted NEUS MCP at https://mcp.neus.network/mcp
  • The neus-trust-workflow skill for receipt reuse, agent flows, and safe account setup

Install in Claude Code

  1. Add the NEUS plugin source:
    /plugin marketplace add https://github.com/neus/network
    
  2. Install NEUS:
    /plugin install neus-mcp@neus
    
  3. Add your NEUS Profile access key when you need account-aware tools such as neus_me:
    npx -y -p @neus/sdk neus setup --access-key <npk_...>
    
Create access keys in the NEUS app: Account → Access keys. Omit --access-key when you only need public tools. Check the install:
npx -y -p @neus/sdk neus doctor
Start each session with neus_context.

Use the skill

After install, call the skill from Claude Code:
/neus-mcp:neus-trust-workflow

Cursor, VS Code, Codex, and custom runtimes

SurfaceMCPSkills / rules
CursorRun npx -y -p @neus/sdk neus setup (Setup).Project rules stay in your Cursor workspace.
VS CodeRun neus setup (Setup).No NEUS VS Code extension is required.
Claude CodeUse neus-mcp@neus for the skill bundle, then run neus setup --access-key when you need account-aware tools./neus-mcp:neus-trust-workflow
Codex / custom hostsUse the hosted MCP URL from Setup.Host-specific.