Watch on TikTok
Watch the Full Breakdown — @smobyday

Claude is excellent at explaining and analyzing crypto — but by default, it can't tell you what Bitcoin costs right now. That changes when you add the Crypto.com MCP connector. Here's exactly how to set it up on both Claude.ai and Claude Desktop.

Step 1

What this actually does

The Crypto.com MCP (Model Context Protocol) connector adds a live market data layer to Claude. Once connected, Claude can retrieve current prices, market cap data, 30-day performance, and more from Crypto.com's data feed — instead of telling you it doesn't have access to real-time information.

This means the difference between "I can't provide current prices" and "Bitcoin is currently trading at $X, up 3.2% in the last 24 hours, with a market cap of $X."

Step 2

Claude Web setup (easiest — requires Claude Pro)

Open claude.ai in your browser. Start a new chat. Click "Search and tools" (the icon that looks like a grid or plug near the chat input). Click "Add connectors." In the search bar, type "Crypto.com." When it appears, click the + icon to add it. Toggle it ON for your current conversation.

That's it for Claude.ai. The connector stays active for that conversation and any new ones where you choose to enable it. Note: this requires a Claude Pro subscription.

Step 3

Claude Desktop setup (Mac/Windows)

Claude Desktop uses a JSON configuration file. On Mac, find it at: ~/Library/Application Support/Claude/claude_desktop_config.json. Open it in any text editor (TextEdit, VS Code, etc.). Add the following to the "mcpServers" section:

{ "mcpServers": { "crypto-com": { "command": "npx", "args": ["-y", "@crypto-com/mcp-server"] } } }

Save the file and restart Claude Desktop. The connector will appear in your tools list. On Windows, the config file is at %APPDATA%\Claude\claude_desktop_config.json.

Step 4

What to ask once connected

With live market data available, Claude becomes a genuinely useful crypto research tool. Try these:

Crypto market research prompt (with Crypto.com data)
Using the Crypto.com data connector, give me a current market snapshot: (1) Bitcoin price and 24h/7d/30d performance, (2) Ethereum same data, (3) total crypto market cap and Bitcoin dominance percentage, (4) any assets in the top 20 that have moved more than 15% in the last 7 days. Then give me a brief, data-based interpretation of what the market is currently doing.
Portfolio research prompt
Using real-time Crypto.com data, help me analyze this crypto portfolio: [list your holdings and amounts, e.g., 0.5 BTC, 2 ETH, 500 SOL]. Show me the current value, how each asset has performed in the last 30 days, what percentage of my portfolio each represents now vs. 30 days ago, and flag any significant concentration risk. Don't give me financial advice — just help me understand what I'm looking at.
smobyday tip

The MCP connector gives you data — Claude gives you context. The combination is more useful than a price tracker alone because you can ask follow-up questions: "Given that Bitcoin just hit $X and dominance is at Y%, what does historical data suggest usually happens next?" Claude will reason through it, not just cite numbers.