# Coingecko MCP Official

> Official CoinGecko MCP server for AI assistants to interact with the CoinGecko API. Provides cryptocurrency market data including prices, token info, and market analytics.

- Skill: `jiayaoqijia/coingecko-mcp-official` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jiayaoqijia/coingecko-mcp-official`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jiayaoqijia/coingecko-mcp-official/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: jiayaoqijia (https://skillmd.com/u/jiayaoqijia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jiayaoqijia/coingecko-mcp-official

---


# CoinGecko MCP Server

Official MCP server from CoinGecko.

The CoinGecko MCP server enables AI assistants to interact with the CoinGecko REST API, allowing them to explore endpoints, make test requests, and access cryptocurrency market data. Built on the CoinGecko TypeScript API library, it provides comprehensive access to price data, token information, and market analytics.

## Installation

```json
{
  "mcpServers": {
    "coingecko-mcp": {
      "command": "npx",
      "args": ["-y", "@coingecko/coingecko-mcp"],
      "env": {
        "COINGECKO_PRO_API_KEY": "your_pro_api_key",
        "COINGECKO_DEMO_API_KEY": "your_demo_api_key"
      }
    }
  }
}
```

## Links

- **GitHub**: https://github.com/coingecko/coingecko-typescript
- **npm**: `@coingecko/coingecko-mcp`
- **API Docs**: https://docs.coingecko.com

