Skip to main content

Setup

1

Open MCP config

Global config: ~/.cursor/mcp.json Project-only config: <repo>/.cursor/mcp.json
2

Add DZap MCP

{
  "mcpServers": {
    "DZapAI": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://nlp-ai-439689868940.europe-north1.run.app/mcp"]
    }
  }
}
3

Restart Cursor

Fully quit and relaunch.
4

Verify

In Composer, try: Use TokenAddressTool to resolve USDC on Arbitrum (42161).

Tips

  • Keep DZap MCP project-scoped if you only need it in one repo.
  • Start with read tools (PriceTool, BalanceTool) before execution tools.
Last modified on May 26, 2026