Dexscreener API's MCP server - let your AI agent check any on-chain price using Dexscreener's free and open API
15 stars
JavaScript
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 installIf 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).
Similar MCP
Based on tags & features
Trending MCP
Most active this week