Dexscreener MCP server
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
Jump to
—
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
json- more info: https://modelcontextprotocol.io/quickstart/serverclaude_desktop_config.jsonIn
putdexscreenerobject:
{
"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).
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



