CoinGecko

by gaplydev01

1 stars
254 downloads
Not rated
GitHub

About

Integrates with CoinGecko's cryptocurrency API to provide real-time market data, pricing information, and detailed coin analytics through both REST endpoints and JSON-RPC 2.0 methods with automatic fallback between free and Pro API access.

Details

Author
gaplydev01
Repository
GaplyDev01/coingecko-mcp-server
GitHub stars
1
Downloads
254
License
MIT License
Categories
AI, Design, Developer Tools, Search, Knowledge Base
Tags
#data-science, #integration, #analytics

- 🔄 Dual API Support: Seamlessly works with both CoinGecko Free and Pro APIs
- 🔙 Automatic Fallback: Falls back to free API during development
- 🔌 RESTful Endpoints: Simple and intuitive API interface
- 🛡️ Robust Error Handling: Detailed error messages and proper status codes
- 🧩 Simple Setup: Quick installation with guided setup
- 📝 Comprehensive Documentation: Clear usage instructions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name CoinGecko
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The server can be configured using environment variables in the .env file:

| Variable | Description | Default |
|----------|-------------|---------|
| PORT | The port the server will listen on | 3000 |
| COINGECKO_API_KEY | Your CoinGecko Pro API key | - |

npx coingecko-api-server

git clone https://github.com/GaplyDev01/coingecko-api-server.git
cd coingecko-api-server
npm install
npm run setup
npm start


If you prefer to set up manually:

bash

npm install

npm run setup

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "coingecko": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

CoinGecko API Server MCP

Version
License

A powerful and flexible Node.js Express server that provides a comprehensive interface to the CoinGecko cryptocurrency data API. This server supports both the free public API and the Pro API with automatic fallback.

Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.