MCP ExplorerExplorer

Mcp Dexscreener

@janswiston a year ago
6 MIT
FreeCommunity
AI Systems
Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API

Overview

What is Mcp Dexscreener

mcp-dexscreener is a basic MCP server designed for the Dexscreener API, allowing AI agents to check on-chain prices using Dexscreener’s free and open API.

Use cases

Use cases for mcp-dexscreener include price monitoring for cryptocurrencies, integrating price data into trading bots, and providing real-time price information in financial dashboards.

How to use

To use mcp-dexscreener, install the necessary dependencies with ‘npm run install’. Configure the ‘claude_desktop_config.json’ file to include the ‘dexscreener’ object, specifying the command and arguments for running the server. You can also test the MCP server using the Inspector tool.

Key features

Key features of mcp-dexscreener include easy integration with the Dexscreener API, support for both SDTIO and SSE versions, and the ability to run on various platforms including MacOS and Windows.

Where to use

mcp-dexscreener can be used in various fields such as cryptocurrency trading, blockchain analytics, and AI-driven financial applications where real-time price data is essential.

Content

Dexscreener MCP server

Basic MCP server for Dexscreener API based on their documentation (as of April 4th 2025): https://docs.dexscreener.com/api/reference

Project setup

Install all the dependencies

npm run install

If you are using Claude Desktop, after pulling the code open the config file claude_desktop_config.json in VSCode:

In claude_desktop_config.json put dexscreener object:

{
  "mcpServers": {
    "dexscreener": {
      "command": "node",
      "args": [
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/index.js"
      ]
    }
  }
}

Running the app

You can use Inspector to test the MCP server without using Claude Desktop - both for SDTIO version (default) and SSE version index-sse.js (server-sent events - can be hosted on remote server).

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers