Dexscreener MCP server

by janswist

18 stars
212 downloads
Not rated
GitHub

About

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

Details

Author
janswist
GitHub stars
18
Downloads
212
Categories
Other

Install dependencies with npm run install, then configure the server in Claude Desktop by adding a dexscreener object to claude_desktop_config.json. The server can also be tested using the MCP Inspector, supporting both STDIO (default) and SSE (via index-sse.js).

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:
- on MacOS:

``code ~/Library/Application\ Support/Claude/claude_desktop_config.json


- on Windows:

code $env:AppData\Claude\claude_desktop_config.json
- 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).

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.