logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

coingecko-mcp-server

Proxy the public CoinGecko API to retrieve real-time cryptocurrency data and enable dynamic interactions with its extensive API methods. Integrate seamlessly with AI environments for enhanced data retrieval capabilities.

Author

coingecko-mcp-server logo

nic0xflamel

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

cryptocurrencycoingeckoapicryptocurrency datacoingecko apinic0xflamel coingecko

CoinGecko MCP Server

smithery badge

This package provides a Model Context Protocol (MCP) server that acts as a proxy to the public CoinGecko API v3. It allows AI assistants (like Cursor) to interact with the CoinGecko API through the defined OpenAPI specification.

Features

  • Implements the Model Context Protocol for standardized communication.
  • Uses the official CoinGecko API v3.
  • Parses the OpenAPI specification to dynamically generate API methods.
  • Can be run locally and configured within environments like Cursor and Claude Desktop.

Installation

Installing via Smithery

To install CoinGecko API Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @nic0xflamel/coingecko-mcp-server --client claude

Manual Installation

```json
{
  "mcpServers": {
    "coingecko": {
      "command": "npx",
      "args": [
        "-y",
        "@nic0xflamel/coingecko-mcp-server"
      ]
    }
  }
}
```

License

MIT (You should add a LICENSE file to the project root or this directory)

See Also

`