MCP Directory

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

  1. 1Open Cursor → Settings → MCP → Add new MCP server (or edit ~/.cursor/mcp.json directly).
  2. 2Paste the DexPaprika MCP Server config below into the "mcpServers" object.
  3. 3Fill in placeholder secrets, then save.
  4. 4Cursor reloads MCP servers automatically — check Settings → MCP for a green status dot.
  5. 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

getCapabilities

Server capabilities, workflow patterns, network synonyms, and best practices. Recommended starting point for agents.

getNetworks

List all supported blockchain networks (33+).

getStats

High-level ecosystem stats: total networks, DEXes, pools, and tokens.

search

Search tokens, pools, and DEXes across ALL networks by name, symbol, or address.

getNetworkDexes

List DEXes on a specific network. Requires: network.

getNetworkPools

Primary tool — get top liquidity pools on a network. Requires: network.

getDexPools

Get pools from a specific DEX. Requires: network, dex.

getNetworkPoolsFilter

Filter 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.

View repo Full DexPaprika MCP Server page