Stats
Actions
Tags
From mcp-coingecko
Local stdio MCP server for read access to CoinGecko cryptocurrency API resources: coins, global markets, search, and simple prices. Requires CoinGecko API key.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"coingecko": {
"command": "npx",
"args": [
"-y",
"@coingecko/coingecko-mcp",
"--client=claude-code",
"--resource=coins,global,search,simple*",
"--operation=read"
],
"env": {
"COINGECKO_ENVIRONMENT": "demo",
"COINGECKO_DEMO_API_KEY": "${COINGECKO_DEMO_API_KEY}"
}
}
}
}Replace placeholder values for: COINGECKO_DEMO_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
COINGECKO_ENVIRONMENT=demoCOINGECKO_DEMO_API_KEY=${COINGECKO_DEMO_API_KEY}Sensitive values you must provide — never committed to source control
npx claudepluginhub henkisdabro/wookstar-claude-plugins --plugin mcp-coingecko