Back to MCP Servers
Coinmarket
Coinmarket API integration to fetch cryptocurrency listings and quotes
finance-fintechapi
By anjor
Installation
npx -y coinmarket-mcp-serverConfiguration
{
"mcpServers": {
"coinmarket-mcp-server": {
"command": "npx",
"args": ["-y", "coinmarket-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes