trackmcp
Back to directory
janswist

mcp-dexscreener

View on GitHub

Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API

15 stars JavaScriptAI & Machine Learning Updated Oct 19, 2025

Documentation

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

code
npm run install

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

  • on MacOS:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json```
- on Windows:
  • more info: https://modelcontextprotocol.io/quickstart/server

In `claude_desktop_config.json` put `dexscreener` object:

json
{
  "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).

Frequently asked questions

What is mcp-dexscreener?

mcp-dexscreener is Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API

How do I install mcp-dexscreener?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-dexscreener open source?

Yes — it is hosted on GitHub at https://github.com/janswist/mcp-dexscreener and has 15 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP