Back to MCP Servers

Hive Crypto

Hive Intelligence: Ultimate cryptocurrency MCP for AI assistants with unified access to crypto, DeFi, and Web3 analytics

finance-fintechai

Installation

npx -y hive-crypto-mcp

Configuration

{
  "mcpServers": {
    "hive-crypto-mcp": {
      "command": "npx",
      "args": ["-y", "hive-crypto-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub