Start in 30 Seconds

Set Up Hive

Add Hive to your AI development environment. Pick your platform and copy the config.

One-click install
Install Hive directly into your editor. Your IDE will prompt for any missing configuration.
Claude Desktop
Open Claude Desktop. Go to Settings > Developer > Edit Config. Paste this and restart Claude.File: claude_desktop_config.json
Claude Desktop Config
{
  "mcpServers": {
    "hive": {
      "url": "https://mcp.hiveintelligence.xyz/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_HIVE_API_KEY"
      }
    }
  }
}

Get your free API key to replace YOUR_HIVE_API_KEY.

What happens next

  1. Paste the config into your client
  2. Restart the client
  3. Ask your AI agent: "What is the current price of Bitcoin?"

That query hits Hive, fetches live data from CoinGecko, and returns the answer. Your agent now has access to market data, DeFi analytics, wallet tracking, and security scanning through one connection.

Need an API key?

Create your free API key in the dashboard. One key works across all platforms.