Skip to content

Coingecko

Free

by MCP Community

The official MCP Server for the Coingecko API

v3.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Coingecko MCP Server

The official MCP Server for the Coingecko API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @coingecko/coingecko-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": ["-y", "@coingecko/coingecko-mcp"]
    }
  }
}