Dexscreener Scanner

v1.0.0Finance & Fintechstable

Visual Dexscreener terminal CLI + MCP scanner

dexscreener-cli-mcp-toolmcpai-integration
Share:
216
Stars
0
Downloads
0
Weekly
0/5

What is Dexscreener Scanner?

Dexscreener Scanner is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to visual dexscreener terminal cli + mcp scanner

Visual Dexscreener terminal CLI + MCP scanner

This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Visual Dexscreener terminal CLI + MCP scanner

Use Cases

Scan and analyze DEX trading data visually.
Monitor cryptocurrency token metrics in terminal.
Enable real-time market analysis through MCP.
vibeforge1111

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dexscreener-cli-mcp-tool

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Dexscreener Scanner

Dexscreener CLI MCP Tool is an integrated terminal scanner and MCP server that provides real-time decentralized exchange token data from Dexscreener directly to AI agents and CLI users. It ships three components together: a 'ds' CLI with live dashboard modes, an MCP server exposing 15 tools for natural language token queries, and a Skill file that teaches AI agents how to use the MCP and CLI effectively. Crypto traders, DeFi analysts, and AI agents can use it to discover trending tokens, search by name or address, run deep token inspections, save filter presets, schedule automated alerts, and export data as JSON for downstream automation.

Prerequisites

  • Python 3.11 or newer
  • Git installed for cloning the repository
  • An MCP-compatible client such as Claude Desktop or Cursor for natural language queries
  • Optional: MORALIS_API_KEY for enhanced holder data (free tier: 40,000 monthly requests)
  • Optional: A Discord webhook URL for automated alert notifications
1

Clone the repository

Clone the dexscreener-cli-mcp-tool repository to your local machine.

git clone https://github.com/vibeforge1111/dexscreener-cli-mcp-tool.git
cd dexscreener-cli-mcp-tool
2

Run the installer

Execute the platform-specific installer script. It creates a Python virtual environment, installs all dependencies, and runs diagnostics automatically.

# macOS/Linux:
chmod +x install.sh && ./install.sh

# Windows:
install.bat
3

Run initial setup to configure chains and preferences

Run the setup wizard to select which blockchain networks to scan (Solana, Base, Ethereum, etc.) and configure default filter preferences.

# macOS/Linux:
./ds setup

# Windows:
ds setup
4

Test the CLI with a hot tokens scan

Run a quick scan to confirm the tool is working and pulling live data from Dexscreener.

# macOS/Linux:
./ds hot

# Windows:
ds hot
5

Configure the MCP server in your AI client

Add the MCP server to your client config. Set MORALIS_API_KEY if you have one for enhanced holder data.

{
  "mcpServers": {
    "dexscreener": {
      "command": "npx",
      "args": ["dexscreener-cli-mcp-tool"],
      "env": {
        "MORALIS_API_KEY": "your_moralis_api_key_here"
      }
    }
  }
}
6

Save a custom filter preset for reuse

Save frequently used scan parameters as a named preset so you can recall them quickly from the CLI or MCP.

./ds preset save sol-degen --chains solana --limit 15 --min-liquidity-usd 8000

Dexscreener Scanner Examples

Client configuration

Claude Desktop configuration with optional Moralis API key for enhanced holder analytics.

{
  "mcpServers": {
    "dexscreener": {
      "command": "npx",
      "args": ["dexscreener-cli-mcp-tool"],
      "env": {
        "MORALIS_API_KEY": "your_moralis_api_key_here",
        "DS_CACHE_TTL_SECONDS": "10"
      }
    }
  }
}

Prompts to try

Natural language queries for the MCP server, plus CLI commands for direct terminal use.

- "What tokens are pumping on Solana right now?"
- "Find degen plays on Base with low liquidity and high volume"
- "Inspect the token at address 0xabc123 and give me a risk assessment"
- "Save a preset called eth-micro for Ethereum tokens under $500k market cap"
- "Set up an alert task that checks for new runners every 60 seconds and posts to my Discord webhook"

Troubleshooting Dexscreener Scanner

'ds' command not found after installation

On macOS/Linux, use './ds' with the explicit relative path, not 'ds'. The installer does not add the script to PATH by default. On Windows, run 'ds' from within the cloned directory or add it to your PATH manually.

Live dashboard shows stale data or does not refresh

The default cache TTL is 10 seconds. If data appears stale, check your internet connection to Dexscreener's API. You can also set DS_CACHE_TTL_SECONDS=5 in your environment to force more frequent refreshes.

Moralis holder data is not showing in token inspections

Set the MORALIS_API_KEY environment variable before running the tool. Without it, holder data falls back to basic Dexscreener data. Get a free Moralis API key at moralis.io (40,000 monthly requests on the free tier).

Frequently Asked Questions about Dexscreener Scanner

What is Dexscreener Scanner?

Dexscreener Scanner is a Model Context Protocol (MCP) server that visual dexscreener terminal cli + mcp scanner It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Dexscreener Scanner?

Follow the installation instructions on the Dexscreener Scanner GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Dexscreener Scanner?

Dexscreener Scanner works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Dexscreener Scanner free to use?

Yes, Dexscreener Scanner is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Finance & Fintech MCP Servers

Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "dexscreener-cli-mcp-tool": { "command": "npx", "args": ["-y", "dexscreener-cli-mcp-tool"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Dexscreener Scanner?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides