Back to MCP Servers

Crypto Stocks

An MCP server that tracks real-time data for major crypto-related stocks.

finance-fintech

Installation

npx -y crypto-stocks-mcp

Configuration

{
  "mcpServers": {
    "crypto-stocks-mcp": {
      "command": "npx",
      "args": ["-y", "crypto-stocks-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