anjor/coinmarket-mcp-server
Coinmarket API integration to fetch cryptocurrency listings and quotes
Quick Start
Clone the repository:
git clone https://github.com/anjor/coinmarket-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"coinmarket-mcp-server": {
"command": "npx",
"args": [
"-y",
"anjor/coinmarket-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.