coinpaprika/dexpaprika-mcp
Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents standardized access to comprehensive market data through Model Context Protocol.
Quick Start
Clone the repository:
git clone https://github.com/coinpaprika/dexpaprika-mcpClaude Desktop configuration example:
{
"mcpServers": {
"dexpaprika-mcp": {
"command": "npx",
"args": [
"-y",
"coinpaprika/dexpaprika-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.