CoinGecko MCP Server
MCP Server for the CoinGecko Cryptocurrency API.
Tools
coingecko_price
- Get current price data for cryptocurrencies
- Inputs:
ids(string[]): List of coin IDs (e.g., bitcoin, ethereum)vs_currencies(string[]): List of currencies to compare against (e.g., usd, eur)include_market_cap(boolean, optional): Include market cap datainclude_24hr_vol(boolean, optional): Include 24hr volume datainclude_24hr_change(boolean, optional): Include 24hr price change data
- Returns: Price data for requested coins in specified currencies
coingecko_list
- Get list of all supported coins with ids, names, and symbols
- Inputs:
include_platform(boolean, optional): Include platform contract addresses
- Returns: Array of coin data with id, symbol, and name
coingecko_coin_data
- Get current data for a coin (price, market, volume, etc.)
- Inputs:
id(string): Coin ID (e.g., bitcoin, ethereum)vs_currencies(string[], optional): List of currencies to get price data in (default: ["usd"])
- Returns: Detailed coin data including price, market info, and metadata
coingecko_trending
- Get trending coins on CoinGecko in the last 24 hours
- Returns: List of trending coins with metadata
Setup
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
Docker
{
"mcpServers": {
"coingecko": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/coingecko"
]
}
}
}
NPX
{
"mcpServers": {
"coingecko": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-coingecko"
]
}
}
}
Build
Docker build:
docker build -t mcp/coingecko -f src/coingecko/Dockerfile .
License
This MCP server is licensed under the MIT License.
CoinGecko MCP Server
Project Details
- Hott-J/coingecko-mcp-server
- Last Updated: 4/5/2025
Recomended MCP Servers
An unofficial MCP interface to interact with the PapersWithCode API
A Claude MCP server providing secure access to Android project files for AI-assisted code navigation and analysis.
Official Firecrawl MCP Server - Adds powerful web scraping to Cursor, Claude and any other LLM clients.
A Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link,...
A Model Context Protocol (MCP) server that integrates with the Ghost Admin API. This server enables programmatic access...
Model Context Protocol server for interacting with iaptic
A server implementation for Wikidata API using the Model Context Protocol (MCP).
This read-only MCP Server allows you to connect to SAP ERP data from Claude Desktop through CData JDBC...
This is the most comprehensive wordpress mcp server. Includes functionality to perform CRUD operations on Users, Blogs, Categories...





