CoinGecko MCP Server
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)
CoinGecko API Server
Project Details
- nic0xflamel/coingecko-mcp-server
- MIT License
- Last Updated: 4/29/2025
Recomended MCP Servers
AI-powered FastMCP server for intelligent stock photo search, download, and attribution management from Unsplash
This MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web...
Detailed and unrestricted answers to your questions, including topics that are typically outside DeepSeek guidelines.
Query and Summarize your chat messages.
MCP Lucene Server
The official Python SDK for Model Context Protocol servers and clients
Tools for updating dependencies in Azure DevOps repositories using https://dependabot.com
An MCP server for the github notifications API for the OSS maintainer
This read-only MCP Server allows you to connect to Active Directory data from Claude Desktop through CData JDBC...





