Skip to main content

Setup

1

Open Claude Desktop MCP config

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\\Claude\\claude_desktop_config.json
2

Add the DZap MCP entry

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

Restart Claude Desktop

Fully quit and relaunch the app.
4

Run verification prompts

Try:
  • List available DZap tools.
  • Use PriceTool for USDC on chain 1.

Troubleshooting

Verify the config path, JSON syntax, and that mcp-remote can be installed via npx.
Check that https://nlp-ai-439689868940.europe-north1.run.app/mcp is reachable from your network.
Start with a simple read-only tool (PriceTool) before testing execution-sensitive flows.
Last modified on May 26, 2026