
How to add DexPaprika MCP Server to Cursor
Real-time crypto token, DEX, and DeFi liquidity-pool data across 33+ blockchains. No API key required. Paste the config into ~/.cursor/mcp.json and restart Cursor.
Last updated June 14, 2026 · 40★ · stdio · no auth
Cursor config for DexPaprika MCP Server
npm install -g dexpaprika-mcp{
"mcpServers": {
"dexpaprika-mcp-server": {
"command": "npx",
"args": [
"dexpaprika-mcp"
]
}
}
}Setup steps
- 1Open Cursor → Settings → MCP → Add new MCP server (or edit ~/.cursor/mcp.json directly).
- 2Paste the DexPaprika MCP Server config below into the "mcpServers" object.
- 3Fill in placeholder secrets, then save.
- 4Cursor reloads MCP servers automatically — check Settings → MCP for a green status dot.
- 5Ask Cursor to use one of DexPaprika MCP Server's tools to confirm it's connected.
Before you start
- Node.js (for npx / global npm install)
- Internet access
What DexPaprika MCP Server can do in Cursor
getCapabilitiesServer capabilities, workflow patterns, network synonyms, and best practices. Recommended starting point for agents.
getNetworksList all supported blockchain networks (33+).
getStatsHigh-level ecosystem stats: total networks, DEXes, pools, and tokens.
searchSearch tokens, pools, and DEXes across ALL networks by name, symbol, or address.
getNetworkDexesList DEXes on a specific network. Requires: network.
getNetworkPoolsPrimary tool — get top liquidity pools on a network. Requires: network.
getDexPoolsGet pools from a specific DEX. Requires: network, dex.
getNetworkPoolsFilterFilter pools by volume, transactions, and creation time (server-side). Requires: network.
Security
No API key required. Free tier allows 10,000 requests per day. On rate-limit errors (DP429_RATE_LIMIT), implement exponential backoff. The local server listens on port 8010 by default.
DexPaprika MCP Server + Cursor FAQ
Where is the Cursor config file?
Cursor reads MCP servers from ~/.cursor/mcp.json. Paste the DexPaprika MCP Server config there under the "mcpServers" key and restart the client.
Is DexPaprika MCP Server safe to use with Cursor?
No API key required. Free tier allows 10,000 requests per day. On rate-limit errors (DP429_RATE_LIMIT), implement exponential backoff. The local server listens on port 8010 by default.
Do I need an API key?
No. DexPaprika MCP requires no API key. The free tier allows 10,000 requests per day.
Which networks are supported?
33+ blockchain networks. Use the getNetworks tool to list all currently supported networks.
Can I use it without installing anything locally?
Yes. The vendor hosts an MCP server at mcp.dexpaprika.com with the same 14 tools, reachable via Streamable HTTP (https://mcp.dexpaprika.com/streamable-http), SSE, or JSON-RPC.