DexScreener Trending MCP
An MCP server that provides real-time trending tokens from DexScreener for BSC and Solana chains.
Features
- Tool:
get_trending_pairs— fetch top trending pairs- Supports
chainparameter:bsc(default) orsolana - Returns both Markdown-formatted table (nice display in chat) and structured JSON array
- Supports
- Prompt:
analyze_trending_token— ready-to-use analysis template for any token
Installation
Clone the Repository:
git clone https://github.com/kukapay/dexscreener-trending-mcp.git cd dexscreener-trending-mcpInstall Dependencies:
npm installConfigure MCP Client: To use this server with an MCP client like Claude Desktop, add the following to your config file (or equivalent):
{ "mcpServers": { "DexScreener Trending": { "command": "node", "args": ["/path/to/dexscreener-trending-mcp/index.js"] } } }Replace
/path/to/dexscreener-trending-mcpwith your actual installation path.
Usage
The server exposes one powerful tool and one prompt template.






