- Explore MCP Servers
- mcp-dexscreener
Mcp Dexscreener
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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:
-
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:
{
"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).
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










