Skip to main content

Prerequisites

Before starting with Claude Code CLI, ensure you have Node.js and npm installed:
If not installed, download from nodejs.org. Install Claude Code CLI globally using npm:
After installation, verify the claude command is available:

Setup

1

Add the Danube MCP Server

Use the Claude Code CLI command to add Danube as a remote HTTP server:
Already set up Danube in Claude Desktop? Import it directly:
2

Verify Connection

Launch Claude Code CLI and use the /mcp command to verify the connection:
Then in Claude Code CLI, type:
You should see the danube server listed and connected.

Troubleshooting

If you see “Unknown command: claude” or “command not found”:
  1. Verify installation:
  2. Check npm global bin directory:
    The claude command should be in {prefix}/bin/
  3. Add to PATH (if needed): On macOS/Linux, add to ~/.zshrc, ~/.bashrc, or ~/.config/fish/config.fish:
    Then restart your terminal or run source ~/.zshrc
  4. Reinstall if needed:
  • Verify the config file path is correct
  • Check JSON syntax (no trailing commas)
  • Restart the CLI
  • Verify your API key is correct
  • Ensure the header is danube-api-key (lowercase)
  • Check that the API key hasn’t expired or been revoked

For the best experience with Claude Code CLI and Danube, we recommend adding the Agent Skill. The Agent Skill teaches Claude how to effectively discover and use tools through the Danube MCP Server, providing better tool discovery patterns, authentication handling, and workflow guidance.

Learn About the Agent Skill

See installation instructions and learn how the skill enhances Claude’s ability to use Danube