Used for managing environment variables, particularly for storing and accessing the CoinGecko API key securely.
Hosts the repository for the MCP server code, allowing users to clone and contribute to the project.
Required runtime environment for running the MCP server, with version 20.18.1+ specified as a prerequisite.
Package manager used for installing and managing dependencies for the MCP server.
Features a tutorial video demonstrating how to set up and use the MCP server with CoinGecko API.
¡Bienvenido a tu aventura para conectar Gemini CLI con un servidor MCP (Model Context Protocol)! 🎉
Este proyecto te permite interactuar con la API de CoinGecko usando Gemini CLI, desbloqueando un arsenal de herramientas para obtener datos de criptomonedas: precios, tendencias, NFTs y mucho más. Aprende a configurarlo local o remotamente con esta guía paso a paso. 🌐
🎥 Tutorial en Video
Aprende en vivo cómo conectar tu primer servidor MCP, explora sus herramientas y automatiza tus proyectos como un experto en IA terminal.
🔗 Ver video en YouTube
🌍 Únete a la Comunidad
Comparte, aprende y crece con iacomunia.com – tu espacio para innovar con inteligencia artificial y automatización.
🛠 ¿Qué es este proyecto?
Un servidor MCP para conectar Gemini CLI con la API de CoinGecko.
⚡ Al arrancar obtendrás acceso a 46 herramientas para consultas cripto avanzadas, con comandos simples y mucha potencia.
📋 Requisitos
- Node.js 20.18.1+ (
node --version
) - Yarn (
yarn --version
) - Gemini CLI instalado y configurado
⚙️ Instalación rápida
` git clone https://github.com/IAcomunIA/MCP_firts.git cd MCP_firts yarn install
`
🔧 Configuración
- Crea archivo
.env
con tu API key (opcional para demo):
`
COINGECKO_DEMO_API_KEY=tu-api-key
2. Modifica la configuración de Gemini CLI en
~/.gemini/settings.json`
👉 Opción Local:
👉 Opción Remota:
🚦 Cómo usar
Arranca el servidor local:
Interactúa con Gemini CLI usando comandos como:
¡Explora todas las herramientas y automatiza consultas cripto directas!
🐛 Solución de problemas comunes
- No encuentra MCP: Revisa que la ruta
cwd
en settings.json sea correcta. - API Key inválida: Usa modo demo o verifica tu
.env
. - Problemas con Yarn: Instala o actualiza
yarn
y ejecutayarn install
otra vez.
🌟 Recursos útiles
- Awesome MCP Servers – 1000+ MCP open source
- Documentación oficial CoinGecko API
- Comunidad iacomunia.com
🤝 ¿Quieres contribuir?
¿Tienes mejoras o ideas? ¡Abre un issue o pull request!
Sé parte activa y crece junto a la comunidad MCP.
¡A programar y automatizar con inteligencia artificial en tu terminal! 🚀
❤️ Hecho con pasión por la comunidad iAcomunIA
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
A Model Context Protocol server that connects Gemini CLI with CoinGecko's API, enabling users to access 46 cryptocurrency data tools including price tracking, market trends, and NFT information through terminal commands.
Related MCP Servers
- -securityAlicense-qualityOfficial CoinGecko API MCP Server for Crypto Price & Market Data. More details: https://docs.coingecko.com/reference/mcp-serverLast updated -24830TypeScriptApache 2.0
- -securityFlicense-qualityA server that allows interaction with Google's Gemini AI through the Gemini CLI tool using the Model Context Protocol, providing a standardized interface for querying Gemini with various options and configurations.Last updated -JavaScript
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Google Gemini CLI, allowing them to leverage Gemini's large token window for analyzing files and codebases using natural language commands.Last updated -61,558911TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that exposes OpenAI and Gemini AI models through a single interface, allowing tools like Claude Code and Cursor to access multiple AI providers with built-in usage analytics.Last updated -231,244216TypeScriptMIT License